Color spaces of #ceffae
RGB | 206 | 255 | 174 |
---|---|---|---|
HSL | 0.27 | 1.00 | 0.84 |
HSV | 96° | 32° | 100° |
CMYK | 0.19 | 0.00 | 0.32 0.00 |
XYZ | 68.8536 | 87.6978 | 53.3428 |
Yxy | 87.6978 | 0.3280 | 0.4178 |
Hunter Lab | 93.6471 | -32.6411 | 31.7805 |
CIE-Lab | 95.0335 | -29.5380 | 33.7722 |
#ceffae color RGB value is (206,255,174).
#ceffae hex color red value is 206, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ceffae hue: 0.27 , saturation: 1.00 and the lightness value of ceffae is 0.84.
The process color (four color CMYK) of #ceffae color hex is 0.19, 0.00, 0.32, 0.00. Web safe color of #ceffae is #ccff99. Color #ceffae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111111 | 10101110 |
Octal | 316 | 377 | 256 |
Decimal | 206 | 255 | 174 |
Hex | CE | FF | AE |
Shades of #ceffae
Tints of #ceffae
RGB Percentages of Color #ceffae
CMYK Percentages of Color #ceffae
Complementary Color
#ceffae | #dfaeff |
#ceffae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ceffae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ceffae Color CSS Codes
.mybgcolor {background-color:#ceffae; } .myforecolor {color:#ceffae; } .mybordercolor {border:3px solid #ceffae; }
#ceffae Text Font Color
<p style="color:#ceffae">Text here</p>
This sample text font color is #ceffae
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.
#ceffae Background Color
<div style="background-color:#ceffae">
Div content here</div>
This div background color is #ceffae
#ceffae Border Color
<div style="border:3px solid #ceffae">
Div here</div>
This div border color is #ceffae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,255,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ceffae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ceffae; -webkit-box-shadow: 1px 1px 3px 2px #ceffae; box-shadow: 1px 1px 3px 2px #ceffae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,255,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ceffae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ceffae; -webkit-box-shadow: 1px 1px 3px 2px #ceffae; box-shadow: 1px 1px 3px 2px #ceffae;">
Div content here</div>
This div box has shadow with color #ceffae
Comments
No comments written yet.
Please login to write comment.