Color spaces of #3eaedc
RGB | 62 | 174 | 220 |
---|---|---|---|
HSL | 0.55 | 0.69 | 0.55 |
HSV | 197° | 72° | 86° |
CMYK | 0.72 | 0.21 | 0.00 0.14 |
XYZ | 30.0409 | 36.4635 | 73.1650 |
Yxy | 36.4635 | 0.2151 | 0.2611 |
Hunter Lab | 60.3850 | -16.8719 | -29.5687 |
CIE-Lab | 66.8726 | -16.6222 | -32.2935 |
#3eaedc color RGB value is (62,174,220).
#3eaedc hex color red value is 62, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3eaedc hue: 0.55 , saturation: 0.69 and the lightness value of 3eaedc is 0.55.
The process color (four color CMYK) of #3eaedc color hex is 0.72, 0.21, 0.00, 0.14. Web safe color of #3eaedc is #3399cc. Color #3eaedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 10101110 | 11011100 |
Octal | 76 | 256 | 334 |
Decimal | 62 | 174 | 220 |
Hex | 3E | AE | DC |
Shades of #3eaedc
Tints of #3eaedc
RGB Percentages of Color #3eaedc
CMYK Percentages of Color #3eaedc
Complementary Color
#3eaedc | #dc6c3e |
#3eaedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3eaedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3eaedc Color CSS Codes
.mybgcolor {background-color:#3eaedc; } .myforecolor {color:#3eaedc; } .mybordercolor {border:3px solid #3eaedc; }
#3eaedc Text Font Color
<p style="color:#3eaedc">Text here</p>
This sample text font color is #3eaedc
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.
#3eaedc Background Color
<div style="background-color:#3eaedc">
Div content here</div>
This div background color is #3eaedc
#3eaedc Border Color
<div style="border:3px solid #3eaedc">
Div here</div>
This div border color is #3eaedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3eaedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3eaedc; -webkit-box-shadow: 1px 1px 3px 2px #3eaedc; box-shadow: 1px 1px 3px 2px #3eaedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,174,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3eaedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3eaedc; -webkit-box-shadow: 1px 1px 3px 2px #3eaedc; box-shadow: 1px 1px 3px 2px #3eaedc;">
Div content here</div>
This div box has shadow with color #3eaedc
Comments
No comments written yet.
Please login to write comment.