Color spaces of #3edfdd
RGB | 62 | 223 | 221 |
---|---|---|---|
HSL | 0.50 | 0.72 | 0.56 |
HSV | 179° | 72° | 87° |
CMYK | 0.72 | 0.00 | 0.01 0.13 |
XYZ | 41.4254 | 59.0199 | 77.6153 |
Yxy | 59.0199 | 0.2326 | 0.3315 |
Hunter Lab | 76.8244 | -38.1916 | -6.1233 |
CIE-Lab | 81.3025 | -40.3142 | -10.8964 |
#3edfdd color RGB value is (62,223,221).
#3edfdd hex color red value is 62, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3edfdd hue: 0.50 , saturation: 0.72 and the lightness value of 3edfdd is 0.56.
The process color (four color CMYK) of #3edfdd color hex is 0.72, 0.00, 0.01, 0.13. Web safe color of #3edfdd is #33cccc. Color #3edfdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11011111 | 11011101 |
Octal | 76 | 337 | 335 |
Decimal | 62 | 223 | 221 |
Hex | 3E | DF | DD |
Shades of #3edfdd
Tints of #3edfdd
RGB Percentages of Color #3edfdd
CMYK Percentages of Color #3edfdd
Complementary Color
#3edfdd | #df3e40 |
#3edfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3edfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3edfdd Color CSS Codes
.mybgcolor {background-color:#3edfdd; } .myforecolor {color:#3edfdd; } .mybordercolor {border:3px solid #3edfdd; }
#3edfdd Text Font Color
<p style="color:#3edfdd">Text here</p>
This sample text font color is #3edfdd
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.
#3edfdd Background Color
<div style="background-color:#3edfdd">
Div content here</div>
This div background color is #3edfdd
#3edfdd Border Color
<div style="border:3px solid #3edfdd">
Div here</div>
This div border color is #3edfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,223,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3edfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3edfdd; -webkit-box-shadow: 1px 1px 3px 2px #3edfdd; box-shadow: 1px 1px 3px 2px #3edfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,223,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3edfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3edfdd; -webkit-box-shadow: 1px 1px 3px 2px #3edfdd; box-shadow: 1px 1px 3px 2px #3edfdd;">
Div content here</div>
This div box has shadow with color #3edfdd
Comments
No comments written yet.
Please login to write comment.