Color spaces of #c4ffef
RGB | 196 | 255 | 239 |
---|---|---|---|
HSL | 0.45 | 1.00 | 0.88 |
HSV | 164° | 23° | 100° |
CMYK | 0.23 | 0.00 | 0.06 0.00 |
XYZ | 74.1049 | 89.4878 | 95.0285 |
Yxy | 89.4878 | 0.2865 | 0.3460 |
Hunter Lab | 94.5980 | -25.7156 | 6.6588 |
CIE-Lab | 95.7839 | -21.6347 | 1.6013 |
#c4ffef color RGB value is (196,255,239).
#c4ffef hex color red value is 196, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4ffef hue: 0.45 , saturation: 1.00 and the lightness value of c4ffef is 0.88.
The process color (four color CMYK) of #c4ffef color hex is 0.23, 0.00, 0.06, 0.00. Web safe color of #c4ffef is #ccffff. Color #c4ffef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 11111111 | 11101111 |
Octal | 304 | 377 | 357 |
Decimal | 196 | 255 | 239 |
Hex | C4 | FF | EF |
Shades of #c4ffef
Tints of #c4ffef
RGB Percentages of Color #c4ffef
CMYK Percentages of Color #c4ffef
Complementary Color
#c4ffef | #ffc4d4 |
#c4ffef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4ffef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4ffef Color CSS Codes
.mybgcolor {background-color:#c4ffef; } .myforecolor {color:#c4ffef; } .mybordercolor {border:3px solid #c4ffef; }
#c4ffef Text Font Color
<p style="color:#c4ffef">Text here</p>
This sample text font color is #c4ffef
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.
#c4ffef Background Color
<div style="background-color:#c4ffef">
Div content here</div>
This div background color is #c4ffef
#c4ffef Border Color
<div style="border:3px solid #c4ffef">
Div here</div>
This div border color is #c4ffef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,255,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4ffef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4ffef; -webkit-box-shadow: 1px 1px 3px 2px #c4ffef; box-shadow: 1px 1px 3px 2px #c4ffef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4ffef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4ffef; -webkit-box-shadow: 1px 1px 3px 2px #c4ffef; box-shadow: 1px 1px 3px 2px #c4ffef;">
Div content here</div>
This div box has shadow with color #c4ffef
#c4ffef Color Palettes
Comments
No comments written yet.
Please login to write comment.