Color spaces of #cfe3bd
RGB | 207 | 227 | 189 |
---|---|---|---|
HSL | 0.25 | 0.40 | 0.82 |
HSV | 92° | 17° | 89° |
CMYK | 0.09 | 0.00 | 0.17 0.11 |
XYZ | 62.3865 | 71.8777 | 58.7298 |
Yxy | 71.8777 | 0.3233 | 0.3724 |
Hunter Lab | 84.7807 | -17.0157 | 18.2748 |
CIE-Lab | 87.9097 | -13.3556 | 16.3515 |
#cfe3bd color RGB value is (207,227,189).
#cfe3bd hex color red value is 207, green value is 227 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cfe3bd hue: 0.25 , saturation: 0.40 and the lightness value of cfe3bd is 0.82.
The process color (four color CMYK) of #cfe3bd color hex is 0.09, 0.00, 0.17, 0.11. Web safe color of #cfe3bd is #cccccc. Color #cfe3bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11100011 | 10111101 |
Octal | 317 | 343 | 275 |
Decimal | 207 | 227 | 189 |
Hex | CF | E3 | BD |
Shades of #cfe3bd
Tints of #cfe3bd
RGB Percentages of Color #cfe3bd
CMYK Percentages of Color #cfe3bd
Complementary Color
#cfe3bd | #d1bde3 |
#cfe3bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfe3bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfe3bd Color CSS Codes
.mybgcolor {background-color:#cfe3bd; } .myforecolor {color:#cfe3bd; } .mybordercolor {border:3px solid #cfe3bd; }
#cfe3bd Text Font Color
<p style="color:#cfe3bd">Text here</p>
This sample text font color is #cfe3bd
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.
#cfe3bd Background Color
<div style="background-color:#cfe3bd">
Div content here</div>
This div background color is #cfe3bd
#cfe3bd Border Color
<div style="border:3px solid #cfe3bd">
Div here</div>
This div border color is #cfe3bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,227,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfe3bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfe3bd; -webkit-box-shadow: 1px 1px 3px 2px #cfe3bd; box-shadow: 1px 1px 3px 2px #cfe3bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,227,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfe3bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfe3bd; -webkit-box-shadow: 1px 1px 3px 2px #cfe3bd; box-shadow: 1px 1px 3px 2px #cfe3bd;">
Div content here</div>
This div box has shadow with color #cfe3bd
Comments
No comments written yet.
Please login to write comment.