Color spaces of #cffaba
RGB | 207 | 250 | 186 |
---|---|---|---|
HSL | 0.28 | 0.86 | 0.85 |
HSV | 100° | 26° | 98° |
CMYK | 0.17 | 0.00 | 0.26 0.02 |
XYZ | 68.7807 | 85.1818 | 59.2710 |
Yxy | 85.1818 | 0.3226 | 0.3995 |
Hunter Lab | 92.2940 | -28.4900 | 26.5299 |
CIE-Lab | 93.9614 | -25.0752 | 26.2869 |
#cffaba color RGB value is (207,250,186).
#cffaba hex color red value is 207, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cffaba hue: 0.28 , saturation: 0.86 and the lightness value of cffaba is 0.85.
The process color (four color CMYK) of #cffaba color hex is 0.17, 0.00, 0.26, 0.02. Web safe color of #cffaba is #ccffcc. Color #cffaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111010 | 10111010 |
Octal | 317 | 372 | 272 |
Decimal | 207 | 250 | 186 |
Hex | CF | FA | BA |
Shades of #cffaba
Tints of #cffaba
RGB Percentages of Color #cffaba
CMYK Percentages of Color #cffaba
Complementary Color
#cffaba | #e5bafa |
#cffaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffaba Color CSS Codes
.mybgcolor {background-color:#cffaba; } .myforecolor {color:#cffaba; } .mybordercolor {border:3px solid #cffaba; }
#cffaba Text Font Color
<p style="color:#cffaba">Text here</p>
This sample text font color is #cffaba
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.
#cffaba Background Color
<div style="background-color:#cffaba">
Div content here</div>
This div background color is #cffaba
#cffaba Border Color
<div style="border:3px solid #cffaba">
Div here</div>
This div border color is #cffaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,250,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffaba; -webkit-box-shadow: 1px 1px 3px 2px #cffaba; box-shadow: 1px 1px 3px 2px #cffaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,250,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffaba; -webkit-box-shadow: 1px 1px 3px 2px #cffaba; box-shadow: 1px 1px 3px 2px #cffaba;">
Div content here</div>
This div box has shadow with color #cffaba
Comments
No comments written yet.
Please login to write comment.