Color spaces of #8ceaee
RGB | 140 | 234 | 238 |
---|---|---|---|
HSL | 0.51 | 0.74 | 0.74 |
HSV | 182° | 41° | 93° |
CMYK | 0.41 | 0.02 | 0.00 0.07 |
XYZ | 55.6707 | 70.5941 | 91.5808 |
Yxy | 70.5941 | 0.2556 | 0.3241 |
Hunter Lab | 84.0203 | -28.7639 | -5.8110 |
CIE-Lab | 87.2874 | -26.8612 | -10.7079 |
#8ceaee color RGB value is (140,234,238).
#8ceaee hex color red value is 140, green value is 234 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8ceaee hue: 0.51 , saturation: 0.74 and the lightness value of 8ceaee is 0.74.
The process color (four color CMYK) of #8ceaee color hex is 0.41, 0.02, 0.00, 0.07. Web safe color of #8ceaee is #99ffff. Color #8ceaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11101010 | 11101110 |
Octal | 214 | 352 | 356 |
Decimal | 140 | 234 | 238 |
Hex | 8C | EA | EE |
Shades of #8ceaee
Tints of #8ceaee
RGB Percentages of Color #8ceaee
CMYK Percentages of Color #8ceaee
Complementary Color
#8ceaee | #ee908c |
#8ceaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ceaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ceaee Color CSS Codes
.mybgcolor {background-color:#8ceaee; } .myforecolor {color:#8ceaee; } .mybordercolor {border:3px solid #8ceaee; }
#8ceaee Text Font Color
<p style="color:#8ceaee">Text here</p>
This sample text font color is #8ceaee
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.
#8ceaee Background Color
<div style="background-color:#8ceaee">
Div content here</div>
This div background color is #8ceaee
#8ceaee Border Color
<div style="border:3px solid #8ceaee">
Div here</div>
This div border color is #8ceaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,234,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ceaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ceaee; -webkit-box-shadow: 1px 1px 3px 2px #8ceaee; box-shadow: 1px 1px 3px 2px #8ceaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,234,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 #8ceaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ceaee; -webkit-box-shadow: 1px 1px 3px 2px #8ceaee; box-shadow: 1px 1px 3px 2px #8ceaee;">
Div content here</div>
This div box has shadow with color #8ceaee
Comments
No comments written yet.
Please login to write comment.