Color spaces of #cadabf
RGB | 202 | 218 | 191 |
---|---|---|---|
HSL | 0.27 | 0.27 | 0.80 |
HSV | 96° | 12° | 85° |
CMYK | 0.07 | 0.00 | 0.12 0.15 |
XYZ | 58.8325 | 66.4610 | 59.0177 |
Yxy | 66.4610 | 0.3192 | 0.3606 |
Hunter Lab | 81.5236 | -13.8497 | 14.1445 |
CIE-Lab | 85.2310 | -10.2228 | 11.4675 |
#cadabf color RGB value is (202,218,191).
#cadabf hex color red value is 202, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cadabf hue: 0.27 , saturation: 0.27 and the lightness value of cadabf is 0.80.
The process color (four color CMYK) of #cadabf color hex is 0.07, 0.00, 0.12, 0.15. Web safe color of #cadabf is #cccccc. Color #cadabf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011010 | 10111111 |
Octal | 312 | 332 | 277 |
Decimal | 202 | 218 | 191 |
Hex | CA | DA | BF |
Shades of #cadabf
Tints of #cadabf
RGB Percentages of Color #cadabf
CMYK Percentages of Color #cadabf
Complementary Color
#cadabf | #cfbfda |
#cadabf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadabf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadabf Color CSS Codes
.mybgcolor {background-color:#cadabf; } .myforecolor {color:#cadabf; } .mybordercolor {border:3px solid #cadabf; }
#cadabf Text Font Color
<p style="color:#cadabf">Text here</p>
This sample text font color is #cadabf
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.
#cadabf Background Color
<div style="background-color:#cadabf">
Div content here</div>
This div background color is #cadabf
#cadabf Border Color
<div style="border:3px solid #cadabf">
Div here</div>
This div border color is #cadabf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,218,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadabf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadabf; -webkit-box-shadow: 1px 1px 3px 2px #cadabf; box-shadow: 1px 1px 3px 2px #cadabf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,218,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadabf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadabf; -webkit-box-shadow: 1px 1px 3px 2px #cadabf; box-shadow: 1px 1px 3px 2px #cadabf;">
Div content here</div>
This div box has shadow with color #cadabf
Comments
No comments written yet.
Please login to write comment.