Hex #4e8bae Color
equivalent to
RGB
(78, 139, 174)Details of #4e8bae
|
|
|
|
Color HEX #4e8bae matches (78, 139, 174) in RGB.
#4e8bae hex color red value is 78, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4e8bae hue: 0.56, saturation: 0.38 and the lightness value of 4e8bae is 0.49.
The process color (four color CMYK) of #4e8bae color hex is 0.55, 0.20, 0.00, 0.32. Web safe color of #4e8bae is #669999. Color #4e8bae contains mainly BLUE color.
Base Numbers
|
|
|
|
#4e8bae tints
#4e8bae shades
RGB in % of #4e8bae
CMYK in % of #4e8bae
Preview Color #4e8bae on black ground
Very nice color.
Preview Color #4e8bae on white ground
Very nice color.
CSS Codes #4e8bae color
.mybgcolor {background-color:#4e8bae; } .myforecolor {color:#4e8bae; } .mybordercolor {border:3px solid #4e8bae; }
Text Font Color #4e8bae
<p style="color:#4e8bae">Text here</p>
This sample text font color is #4e8bae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #4e8bae
<div style="background-color:#4e8bae">
Div content here</div>
This div background color is #4e8bae
Border Color #4e8bae
<div style="border:3px solid #4e8bae">
Div here</div>
The color of this border is #4e8bae
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4e8bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4e8bae; -webkit-box-shadow: 1px 1px 3px 2px #4e8bae; box-shadow: 1px 1px 3px 2px #4e8bae; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #4e8bae">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4e8bae; -webkit-box-shadow: 1px 1px 3px 2px #4e8bae; box-shadow: 1px 1px 3px 2px #4e8bae;">
Div content here</div>
The shadow of div box using color #4e8bae