Color Hex Logo

#caadbb Color Hex

#CAADBB
(202,173,187)
0 Favorites   0 Comments

Color spaces of #caadbb

RGB 202173187
HSL0.920.210.74
HSV331°14°79°
CMYK 0.000.140.07   0.21
XYZ48.270346.031653.3546
Yxy46.03160.32690.3117
Hunter Lab67.84668.26450.8669
CIE-Lab73.566012.8577-3.2524

#caadbb color RGB value is (202,173,187).

#caadbb hex color red value is 202, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #caadbb hue: 0.92 , saturation: 0.21 and the lightness value of caadbb is 0.74.

The process color (four color CMYK) of #caadbb color hex is 0.00, 0.14, 0.07, 0.21. Web safe color of #caadbb is #cc99cc. Color #caadbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10101101 10111011
Octal 312 255 273
Decimal 202 173 187
Hex CA AD BB

RGB Percentages of Color #caadbb

%35.94
%30.78
%33.27

CMYK Percentages of Color #caadbb

%0
%14
%7
%21

Triadic Colors of #caadbb

#caadbb #bbcaad #adbbca

Analogous Colors of #caadbb

#caadbb #caaead #caadca

Monochromatic Colors of #caadbb

#caadbb

Complementary Color

#caadbb #adcabc

#caadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caadbb Color CSS Codes

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

#caadbb Text Font Color

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

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


#caadbb Background Color

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

This div background color is #caadbb


#caadbb Border Color

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

This div border color is #caadbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,173,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #caadbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caadbb


Comments

No comments written yet.

Please login to write comment.