Color spaces of #c8ffef
RGB | 200 | 255 | 239 |
---|---|---|---|
HSL | 0.45 | 1.00 | 0.89 |
HSV | 163° | 22° | 100° |
CMYK | 0.22 | 0.00 | 0.06 0.00 |
XYZ | 75.1594 | 90.0314 | 95.0778 |
Yxy | 90.0314 | 0.2888 | 0.3459 |
Hunter Lab | 94.8849 | -24.6566 | 7.0089 |
CIE-Lab | 96.0098 | -20.4358 | 1.9577 |
#c8ffef color RGB value is (200,255,239).
#c8ffef hex color red value is 200, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c8ffef hue: 0.45 , saturation: 1.00 and the lightness value of c8ffef is 0.89.
The process color (four color CMYK) of #c8ffef color hex is 0.22, 0.00, 0.06, 0.00. Web safe color of #c8ffef is #ccffff. Color #c8ffef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11111111 | 11101111 |
Octal | 310 | 377 | 357 |
Decimal | 200 | 255 | 239 |
Hex | C8 | FF | EF |
Shades of #c8ffef
Tints of #c8ffef
RGB Percentages of Color #c8ffef
CMYK Percentages of Color #c8ffef
Complementary Color
#c8ffef | #ffc8d8 |
#c8ffef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8ffef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8ffef Color CSS Codes
.mybgcolor {background-color:#c8ffef; } .myforecolor {color:#c8ffef; } .mybordercolor {border:3px solid #c8ffef; }
#c8ffef Text Font Color
<p style="color:#c8ffef">Text here</p>
This sample text font color is #c8ffef
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.
#c8ffef Background Color
<div style="background-color:#c8ffef">
Div content here</div>
This div background color is #c8ffef
#c8ffef Border Color
<div style="border:3px solid #c8ffef">
Div here</div>
This div border color is #c8ffef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,255,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8ffef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8ffef; -webkit-box-shadow: 1px 1px 3px 2px #c8ffef; box-shadow: 1px 1px 3px 2px #c8ffef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,255,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8ffef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ffef; -webkit-box-shadow: 1px 1px 3px 2px #c8ffef; box-shadow: 1px 1px 3px 2px #c8ffef;">
Div content here</div>
This div box has shadow with color #c8ffef
Comments
No comments written yet.
Please login to write comment.