Color spaces of #cfefad
RGB | 207 | 239 | 173 |
---|---|---|---|
HSL | 0.25 | 0.67 | 0.81 |
HSV | 89° | 28° | 94° |
CMYK | 0.13 | 0.00 | 0.28 0.06 |
XYZ | 64.1415 | 78.0155 | 51.2131 |
Yxy | 78.0155 | 0.3317 | 0.4035 |
Hunter Lab | 88.3264 | -24.9467 | 27.4511 |
CIE-Lab | 90.7870 | -21.7207 | 28.5773 |
#cfefad color RGB value is (207,239,173).
#cfefad hex color red value is 207, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cfefad hue: 0.25 , saturation: 0.67 and the lightness value of cfefad is 0.81.
The process color (four color CMYK) of #cfefad color hex is 0.13, 0.00, 0.28, 0.06. Web safe color of #cfefad is #ccff99. Color #cfefad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101111 | 10101101 |
Octal | 317 | 357 | 255 |
Decimal | 207 | 239 | 173 |
Hex | CF | EF | AD |
Shades of #cfefad
Tints of #cfefad
RGB Percentages of Color #cfefad
CMYK Percentages of Color #cfefad
Complementary Color
#cfefad | #cdadef |
#cfefad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfefad Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfefad Color CSS Codes
.mybgcolor {background-color:#cfefad; } .myforecolor {color:#cfefad; } .mybordercolor {border:3px solid #cfefad; }
#cfefad Text Font Color
<p style="color:#cfefad">Text here</p>
This sample text font color is #cfefad
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.
#cfefad Background Color
<div style="background-color:#cfefad">
Div content here</div>
This div background color is #cfefad
#cfefad Border Color
<div style="border:3px solid #cfefad">
Div here</div>
This div border color is #cfefad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,239,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfefad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfefad; -webkit-box-shadow: 1px 1px 3px 2px #cfefad; box-shadow: 1px 1px 3px 2px #cfefad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,239,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfefad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfefad; -webkit-box-shadow: 1px 1px 3px 2px #cfefad; box-shadow: 1px 1px 3px 2px #cfefad;">
Div content here</div>
This div box has shadow with color #cfefad
Comments
No comments written yet.
Please login to write comment.