Color spaces of #3efeee
RGB | 62 | 254 | 238 |
---|---|---|---|
HSL | 0.49 | 0.99 | 0.62 |
HSV | 175° | 76° | 100° |
CMYK | 0.76 | 0.00 | 0.06 0.00 |
XYZ | 52.8610 | 78.0808 | 93.1740 |
Yxy | 78.0808 | 0.2359 | 0.3484 |
Hunter Lab | 88.3633 | -47.8530 | -0.6635 |
CIE-Lab | 90.8168 | -49.2336 | -5.7113 |
#3efeee color RGB value is (62,254,238).
#3efeee hex color red value is 62, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3efeee hue: 0.49 , saturation: 0.99 and the lightness value of 3efeee is 0.62.
The process color (four color CMYK) of #3efeee color hex is 0.76, 0.00, 0.06, 0.00. Web safe color of #3efeee is #33ffff. Color #3efeee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11111110 | 11101110 |
Octal | 76 | 376 | 356 |
Decimal | 62 | 254 | 238 |
Hex | 3E | FE | EE |
Shades of #3efeee
Tints of #3efeee
RGB Percentages of Color #3efeee
CMYK Percentages of Color #3efeee
Complementary Color
#3efeee | #fe3e4e |
#3efeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3efeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#3efeee Color CSS Codes
.mybgcolor {background-color:#3efeee; } .myforecolor {color:#3efeee; } .mybordercolor {border:3px solid #3efeee; }
#3efeee Text Font Color
<p style="color:#3efeee">Text here</p>
This sample text font color is #3efeee
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.
#3efeee Background Color
<div style="background-color:#3efeee">
Div content here</div>
This div background color is #3efeee
#3efeee Border Color
<div style="border:3px solid #3efeee">
Div here</div>
This div border color is #3efeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,254,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3efeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3efeee; -webkit-box-shadow: 1px 1px 3px 2px #3efeee; box-shadow: 1px 1px 3px 2px #3efeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,254,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3efeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3efeee; -webkit-box-shadow: 1px 1px 3px 2px #3efeee; box-shadow: 1px 1px 3px 2px #3efeee;">
Div content here</div>
This div box has shadow with color #3efeee
Comments
No comments written yet.
Please login to write comment.