Color spaces of #cadfbd
RGB | 202 | 223 | 189 |
---|---|---|---|
HSL | 0.27 | 0.35 | 0.81 |
HSV | 97° | 15° | 87° |
CMYK | 0.09 | 0.00 | 0.15 0.13 |
XYZ | 59.9301 | 69.0060 | 58.3050 |
Yxy | 69.0060 | 0.3201 | 0.3685 |
Hunter Lab | 83.0699 | -16.5948 | 16.5345 |
CIE-Lab | 86.5070 | -13.0892 | 14.3266 |
#cadfbd color RGB value is (202,223,189).
#cadfbd hex color red value is 202, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cadfbd hue: 0.27 , saturation: 0.35 and the lightness value of cadfbd is 0.81.
The process color (four color CMYK) of #cadfbd color hex is 0.09, 0.00, 0.15, 0.13. Web safe color of #cadfbd is #cccccc. Color #cadfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011111 | 10111101 |
Octal | 312 | 337 | 275 |
Decimal | 202 | 223 | 189 |
Hex | CA | DF | BD |
Shades of #cadfbd
Tints of #cadfbd
RGB Percentages of Color #cadfbd
CMYK Percentages of Color #cadfbd
Complementary Color
#cadfbd | #d2bddf |
#cadfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadfbd Color CSS Codes
.mybgcolor {background-color:#cadfbd; } .myforecolor {color:#cadfbd; } .mybordercolor {border:3px solid #cadfbd; }
#cadfbd Text Font Color
<p style="color:#cadfbd">Text here</p>
This sample text font color is #cadfbd
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.
#cadfbd Background Color
<div style="background-color:#cadfbd">
Div content here</div>
This div background color is #cadfbd
#cadfbd Border Color
<div style="border:3px solid #cadfbd">
Div here</div>
This div border color is #cadfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadfbd; -webkit-box-shadow: 1px 1px 3px 2px #cadfbd; box-shadow: 1px 1px 3px 2px #cadfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,223,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 #cadfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadfbd; -webkit-box-shadow: 1px 1px 3px 2px #cadfbd; box-shadow: 1px 1px 3px 2px #cadfbd;">
Div content here</div>
This div box has shadow with color #cadfbd
Comments
No comments written yet.
Please login to write comment.