Color Hex Logo

#caddab Color Hex

#CADDAB
(202,221,171)
0 Favorites   0 Comments

Color spaces of #caddab

RGB 202221171
HSL0.230.420.77
HSV83°23°87°
CMYK 0.090.000.23   0.13
XYZ57.564367.209748.4669
Yxy67.20970.33230.3880
Hunter Lab81.9815-18.131822.3352
CIE-Lab85.6097-14.939322.4824

#caddab color RGB value is (202,221,171).

#caddab hex color red value is 202, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #caddab hue: 0.23 , saturation: 0.42 and the lightness value of caddab is 0.77.

The process color (four color CMYK) of #caddab color hex is 0.09, 0.00, 0.23, 0.13. Web safe color of #caddab is #cccc99. Color #caddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11011101 10101011
Octal 312 335 253
Decimal 202 221 171
Hex CA DD AB

RGB Percentages of Color #caddab

%34.01
%37.21
%28.79

CMYK Percentages of Color #caddab

%9
%0
%23
%13

Triadic Colors of #caddab

#caddab #abcadd #ddabca

Analogous Colors of #caddab

#caddab #b1ddab #ddd7ab

Monochromatic Colors of #caddab

#caddab

Complementary Color

#caddab #beabdd

#caddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caddab Color CSS Codes

.mybgcolor {background-color:#caddab; } 
.myforecolor {color:#caddab; }
.mybordercolor {border:3px solid #caddab; }

#caddab Text Font Color

<p style="color:#caddab">Text here</p>

This sample text font color is #caddab
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.


#caddab Background Color

<div style="background-color:#caddab">
Div content here</div>

This div background color is #caddab


#caddab Border Color

<div style="border:3px solid #caddab">
Div here</div>

This div border color is #caddab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,221,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #caddab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #caddab;
  -webkit-box-shadow: 1px 1px 3px 2px #caddab;
  box-shadow:         1px 1px 3px 2px #caddab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,221,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 #caddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #caddab;
  -webkit-box-shadow: 1px 1px 3px 2px #caddab;
  box-shadow:         1px 1px 3px 2px #caddab;">
Div content here</div>

This div box has shadow with color #caddab


Comments

No comments written yet.

Please login to write comment.