Color spaces of #cffaef
RGB | 207 | 250 | 239 |
---|---|---|---|
HSL | 0.46 | 0.81 | 0.90 |
HSV | 165° | 17° | 98° |
CMYK | 0.17 | 0.00 | 0.04 0.02 |
XYZ | 75.4977 | 87.8686 | 94.6425 |
Yxy | 87.8686 | 0.2926 | 0.3406 |
Hunter Lab | 93.7383 | -20.2763 | 5.7548 |
CIE-Lab | 95.1056 | -15.8457 | 0.6909 |
#cffaef color RGB value is (207,250,239).
#cffaef hex color red value is 207, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cffaef hue: 0.46 , saturation: 0.81 and the lightness value of cffaef is 0.90.
The process color (four color CMYK) of #cffaef color hex is 0.17, 0.00, 0.04, 0.02. Web safe color of #cffaef is #ccffff. Color #cffaef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111010 | 11101111 |
Octal | 317 | 372 | 357 |
Decimal | 207 | 250 | 239 |
Hex | CF | FA | EF |
Shades of #cffaef
Tints of #cffaef
RGB Percentages of Color #cffaef
CMYK Percentages of Color #cffaef
Complementary Color
#cffaef | #facfda |
#cffaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffaef Color CSS Codes
.mybgcolor {background-color:#cffaef; } .myforecolor {color:#cffaef; } .mybordercolor {border:3px solid #cffaef; }
#cffaef Text Font Color
<p style="color:#cffaef">Text here</p>
This sample text font color is #cffaef
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.
#cffaef Background Color
<div style="background-color:#cffaef">
Div content here</div>
This div background color is #cffaef
#cffaef Border Color
<div style="border:3px solid #cffaef">
Div here</div>
This div border color is #cffaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,250,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffaef; -webkit-box-shadow: 1px 1px 3px 2px #cffaef; box-shadow: 1px 1px 3px 2px #cffaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,250,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 #cffaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffaef; -webkit-box-shadow: 1px 1px 3px 2px #cffaef; box-shadow: 1px 1px 3px 2px #cffaef;">
Div content here</div>
This div box has shadow with color #cffaef
Comments
No comments written yet.
Please login to write comment.