Color spaces of #cfeaab
RGB | 207 | 234 | 171 |
---|---|---|---|
HSL | 0.24 | 0.60 | 0.79 |
HSV | 86° | 27° | 92° |
CMYK | 0.12 | 0.00 | 0.27 0.08 |
XYZ | 62.5056 | 75.0513 | 49.7200 |
Yxy | 75.0513 | 0.3338 | 0.4008 |
Hunter Lab | 86.6322 | -22.8175 | 26.6147 |
CIE-Lab | 89.4170 | -19.5764 | 27.7418 |
#cfeaab color RGB value is (207,234,171).
#cfeaab hex color red value is 207, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cfeaab hue: 0.24 , saturation: 0.60 and the lightness value of cfeaab is 0.79.
The process color (four color CMYK) of #cfeaab color hex is 0.12, 0.00, 0.27, 0.08. Web safe color of #cfeaab is #ccff99. Color #cfeaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11101010 | 10101011 |
Octal | 317 | 352 | 253 |
Decimal | 207 | 234 | 171 |
Hex | CF | EA | AB |
Shades of #cfeaab
Tints of #cfeaab
RGB Percentages of Color #cfeaab
CMYK Percentages of Color #cfeaab
Complementary Color
#cfeaab | #c6abea |
#cfeaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfeaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfeaab Color CSS Codes
.mybgcolor {background-color:#cfeaab; } .myforecolor {color:#cfeaab; } .mybordercolor {border:3px solid #cfeaab; }
#cfeaab Text Font Color
<p style="color:#cfeaab">Text here</p>
This sample text font color is #cfeaab
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.
#cfeaab Background Color
<div style="background-color:#cfeaab">
Div content here</div>
This div background color is #cfeaab
#cfeaab Border Color
<div style="border:3px solid #cfeaab">
Div here</div>
This div border color is #cfeaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,234,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfeaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfeaab; -webkit-box-shadow: 1px 1px 3px 2px #cfeaab; box-shadow: 1px 1px 3px 2px #cfeaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,234,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfeaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfeaab; -webkit-box-shadow: 1px 1px 3px 2px #cfeaab; box-shadow: 1px 1px 3px 2px #cfeaab;">
Div content here</div>
This div box has shadow with color #cfeaab
Comments
No comments written yet.
Please login to write comment.