Color spaces of #93eecf
RGB | 147 | 238 | 207 |
---|---|---|---|
HSL | 0.44 | 0.73 | 0.75 |
HSV | 160° | 38° | 93° |
CMYK | 0.38 | 0.00 | 0.13 0.07 |
XYZ | 53.8696 | 71.8571 | 70.0621 |
Yxy | 71.8571 | 0.2751 | 0.3670 |
Hunter Lab | 84.7686 | -34.9100 | 10.3342 |
CIE-Lab | 87.8998 | -34.0616 | 6.4725 |
#93eecf color RGB value is (147,238,207).
#93eecf hex color red value is 147, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #93eecf hue: 0.44 , saturation: 0.73 and the lightness value of 93eecf is 0.75.
The process color (four color CMYK) of #93eecf color hex is 0.38, 0.00, 0.13, 0.07. Web safe color of #93eecf is #99ffcc. Color #93eecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11101110 | 11001111 |
Octal | 223 | 356 | 317 |
Decimal | 147 | 238 | 207 |
Hex | 93 | EE | CF |
Shades of #93eecf
Tints of #93eecf
RGB Percentages of Color #93eecf
CMYK Percentages of Color #93eecf
Complementary Color
#93eecf | #ee93b2 |
#93eecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93eecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#93eecf Color CSS Codes
.mybgcolor {background-color:#93eecf; } .myforecolor {color:#93eecf; } .mybordercolor {border:3px solid #93eecf; }
#93eecf Text Font Color
<p style="color:#93eecf">Text here</p>
This sample text font color is #93eecf
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.
#93eecf Background Color
<div style="background-color:#93eecf">
Div content here</div>
This div background color is #93eecf
#93eecf Border Color
<div style="border:3px solid #93eecf">
Div here</div>
This div border color is #93eecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,238,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93eecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93eecf; -webkit-box-shadow: 1px 1px 3px 2px #93eecf; box-shadow: 1px 1px 3px 2px #93eecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,238,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93eecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93eecf; -webkit-box-shadow: 1px 1px 3px 2px #93eecf; box-shadow: 1px 1px 3px 2px #93eecf;">
Div content here</div>
This div box has shadow with color #93eecf
Comments
No comments written yet.
Please login to write comment.