Color Hex Logo

#caccbb Color Hex

#CACCBB
(202,204,187)
0 Favorites   0 Comments

Color spaces of #caccbb

RGB 202204187
HSL0.190.140.77
HSV67°80°
CMYK 0.010.000.08   0.20
XYZ54.919659.330155.5710
Yxy59.33010.32340.3494
Hunter Lab77.0260-7.525011.1430
CIE-Lab81.4727-3.68778.2260

#caccbb color RGB value is (202,204,187).

#caccbb hex color red value is 202, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #caccbb hue: 0.19 , saturation: 0.14 and the lightness value of caccbb is 0.77.

The process color (four color CMYK) of #caccbb color hex is 0.01, 0.00, 0.08, 0.20. Web safe color of #caccbb is #cccccc. Color #caccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11001100 10111011
Octal 312 314 273
Decimal 202 204 187
Hex CA CC BB

RGB Percentages of Color #caccbb

%34.06
%34.40
%31.53

CMYK Percentages of Color #caccbb

%1
%0
%8
%20

Triadic Colors of #caccbb

#caccbb #bbcacc #ccbbca

Analogous Colors of #caccbb

#caccbb #c2ccbb #ccc6bb

Monochromatic Colors of #caccbb

#caccbb

Complementary Color

#caccbb #bdbbcc

#caccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#caccbb Color CSS Codes

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

#caccbb Text Font Color

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

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


#caccbb Background Color

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

This div background color is #caccbb


#caccbb Border Color

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

This div border color is #caccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caccbb


Comments

No comments written yet.

Please login to write comment.