Color spaces of #3eceac
RGB | 62 | 206 | 172 |
---|---|---|---|
HSL | 0.46 | 0.60 | 0.53 |
HSV | 166° | 70° | 81° |
CMYK | 0.70 | 0.00 | 0.17 0.19 |
XYZ | 31.5043 | 48.1453 | 46.6622 |
Yxy | 48.1453 | 0.2494 | 0.3812 |
Hunter Lab | 69.3868 | -40.3810 | 8.6986 |
CIE-Lab | 74.9165 | -45.8513 | 5.9652 |
#3eceac color RGB value is (62,206,172).
#3eceac hex color red value is 62, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3eceac hue: 0.46 , saturation: 0.60 and the lightness value of 3eceac is 0.53.
The process color (four color CMYK) of #3eceac color hex is 0.70, 0.00, 0.17, 0.19. Web safe color of #3eceac is #33cc99. Color #3eceac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11001110 | 10101100 |
Octal | 76 | 316 | 254 |
Decimal | 62 | 206 | 172 |
Hex | 3E | CE | AC |
Shades of #3eceac
Tints of #3eceac
RGB Percentages of Color #3eceac
CMYK Percentages of Color #3eceac
Complementary Color
#3eceac | #ce3e60 |
#3eceac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3eceac Color Preview on White Background
Lorem ipsum dolor sit amet.
#3eceac Color CSS Codes
.mybgcolor {background-color:#3eceac; } .myforecolor {color:#3eceac; } .mybordercolor {border:3px solid #3eceac; }
#3eceac Text Font Color
<p style="color:#3eceac">Text here</p>
This sample text font color is #3eceac
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.
#3eceac Background Color
<div style="background-color:#3eceac">
Div content here</div>
This div background color is #3eceac
#3eceac Border Color
<div style="border:3px solid #3eceac">
Div here</div>
This div border color is #3eceac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,206,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3eceac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3eceac; -webkit-box-shadow: 1px 1px 3px 2px #3eceac; box-shadow: 1px 1px 3px 2px #3eceac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,206,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3eceac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3eceac; -webkit-box-shadow: 1px 1px 3px 2px #3eceac; box-shadow: 1px 1px 3px 2px #3eceac;">
Div content here</div>
This div box has shadow with color #3eceac
Comments
No comments written yet.
Please login to write comment.