Color spaces of #cfffea
RGB | 207 | 255 | 234 |
---|---|---|---|
HSL | 0.43 | 1.00 | 0.91 |
HSV | 154° | 19° | 100° |
CMYK | 0.19 | 0.00 | 0.08 0.00 |
XYZ | 76.3434 | 90.7259 | 91.3300 |
Yxy | 90.7259 | 0.2954 | 0.3511 |
Hunter Lab | 95.2501 | -23.6192 | 9.8253 |
CIE-Lab | 96.2971 | -19.2588 | 4.9985 |
#cfffea color RGB value is (207,255,234).
#cfffea hex color red value is 207, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfffea hue: 0.43 , saturation: 1.00 and the lightness value of cfffea is 0.91.
The process color (four color CMYK) of #cfffea color hex is 0.19, 0.00, 0.08, 0.00. Web safe color of #cfffea is #ccffff. Color #cfffea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111111 | 11101010 |
Octal | 317 | 377 | 352 |
Decimal | 207 | 255 | 234 |
Hex | CF | FF | EA |
Shades of #cfffea
Tints of #cfffea
RGB Percentages of Color #cfffea
CMYK Percentages of Color #cfffea
Complementary Color
#cfffea | #ffcfe4 |
#cfffea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfffea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfffea Color CSS Codes
.mybgcolor {background-color:#cfffea; } .myforecolor {color:#cfffea; } .mybordercolor {border:3px solid #cfffea; }
#cfffea Text Font Color
<p style="color:#cfffea">Text here</p>
This sample text font color is #cfffea
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.
#cfffea Background Color
<div style="background-color:#cfffea">
Div content here</div>
This div background color is #cfffea
#cfffea Border Color
<div style="border:3px solid #cfffea">
Div here</div>
This div border color is #cfffea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,255,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfffea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfffea; -webkit-box-shadow: 1px 1px 3px 2px #cfffea; box-shadow: 1px 1px 3px 2px #cfffea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,255,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfffea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfffea; -webkit-box-shadow: 1px 1px 3px 2px #cfffea; box-shadow: 1px 1px 3px 2px #cfffea;">
Div content here</div>
This div box has shadow with color #cfffea
#cfffea Color Palettes
Comments
No comments written yet.
Please login to write comment.