Color spaces of #cffaaf
RGB | 207 | 250 | 175 |
---|---|---|---|
HSL | 0.26 | 0.88 | 0.83 |
HSV | 94° | 30° | 98° |
CMYK | 0.17 | 0.00 | 0.30 0.02 |
XYZ | 67.6556 | 84.7318 | 53.3465 |
Yxy | 84.7318 | 0.3289 | 0.4119 |
Hunter Lab | 92.0499 | -29.8918 | 30.0740 |
CIE-Lab | 93.7674 | -26.7002 | 31.5856 |
#cffaaf color RGB value is (207,250,175).
#cffaaf hex color red value is 207, green value is 250 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #cffaaf hue: 0.26 , saturation: 0.88 and the lightness value of cffaaf is 0.83.
The process color (four color CMYK) of #cffaaf color hex is 0.17, 0.00, 0.30, 0.02. Web safe color of #cffaaf is #ccff99. Color #cffaaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111010 | 10101111 |
Octal | 317 | 372 | 257 |
Decimal | 207 | 250 | 175 |
Hex | CF | FA | AF |
Shades of #cffaaf
Tints of #cffaaf
RGB Percentages of Color #cffaaf
CMYK Percentages of Color #cffaaf
Complementary Color
#cffaaf | #daaffa |
#cffaaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffaaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffaaf Color CSS Codes
.mybgcolor {background-color:#cffaaf; } .myforecolor {color:#cffaaf; } .mybordercolor {border:3px solid #cffaaf; }
#cffaaf Text Font Color
<p style="color:#cffaaf">Text here</p>
This sample text font color is #cffaaf
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.
#cffaaf Background Color
<div style="background-color:#cffaaf">
Div content here</div>
This div background color is #cffaaf
#cffaaf Border Color
<div style="border:3px solid #cffaaf">
Div here</div>
This div border color is #cffaaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,250,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffaaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffaaf; -webkit-box-shadow: 1px 1px 3px 2px #cffaaf; box-shadow: 1px 1px 3px 2px #cffaaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,250,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffaaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffaaf; -webkit-box-shadow: 1px 1px 3px 2px #cffaaf; box-shadow: 1px 1px 3px 2px #cffaaf;">
Div content here</div>
This div box has shadow with color #cffaaf
Comments
No comments written yet.
Please login to write comment.