Color spaces of #3e9dae
RGB | 62 | 157 | 174 |
---|---|---|---|
HSL | 0.53 | 0.47 | 0.46 |
HSV | 189° | 64° | 68° |
CMYK | 0.64 | 0.10 | 0.00 0.32 |
XYZ | 21.6836 | 28.1941 | 44.3436 |
Yxy | 28.1941 | 0.2301 | 0.2992 |
Hunter Lab | 53.0981 | -20.0279 | -12.3459 |
CIE-Lab | 60.0637 | -22.3445 | -17.1031 |
#3e9dae color RGB value is (62,157,174).
#3e9dae hex color red value is 62, green value is 157 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #3e9dae hue: 0.53 , saturation: 0.47 and the lightness value of 3e9dae is 0.46.
The process color (four color CMYK) of #3e9dae color hex is 0.64, 0.10, 0.00, 0.32. Web safe color of #3e9dae is #339999. Color #3e9dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 10011101 | 10101110 |
Octal | 76 | 235 | 256 |
Decimal | 62 | 157 | 174 |
Hex | 3E | 9D | AE |
Shades of #3e9dae
Tints of #3e9dae
RGB Percentages of Color #3e9dae
CMYK Percentages of Color #3e9dae
Complementary Color
#3e9dae | #ae4f3e |
#3e9dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3e9dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#3e9dae Color CSS Codes
.mybgcolor {background-color:#3e9dae; } .myforecolor {color:#3e9dae; } .mybordercolor {border:3px solid #3e9dae; }
#3e9dae Text Font Color
<p style="color:#3e9dae">Text here</p>
This sample text font color is #3e9dae
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.
#3e9dae Background Color
<div style="background-color:#3e9dae">
Div content here</div>
This div background color is #3e9dae
#3e9dae Border Color
<div style="border:3px solid #3e9dae">
Div here</div>
This div border color is #3e9dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,157,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3e9dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3e9dae; -webkit-box-shadow: 1px 1px 3px 2px #3e9dae; box-shadow: 1px 1px 3px 2px #3e9dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,157,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3e9dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3e9dae; -webkit-box-shadow: 1px 1px 3px 2px #3e9dae; box-shadow: 1px 1px 3px 2px #3e9dae;">
Div content here</div>
This div box has shadow with color #3e9dae
Comments
No comments written yet.
Please login to write comment.