Color Hex Logo

#cccabd Color Hex

#CCCABD
(204,202,189)
0 Favorites   0 Comments

Color spaces of #cccabd

RGB 204202189
HSL0.140.130.77
HSV52°80°
CMYK 0.000.010.07   0.20
XYZ55.207758.752656.5747
Yxy58.75260.32370.3445
Hunter Lab76.6502-5.57259.8939
CIE-Lab81.1554-1.59316.7224

#cccabd color RGB value is (204,202,189).

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

The process color (four color CMYK) of #cccabd color hex is 0.00, 0.01, 0.07, 0.20. Web safe color of #cccabd is #cccccc. Color #cccabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10111101
Octal 314 312 275
Decimal 204 202 189
Hex CC CA BD

RGB Percentages of Color #cccabd

%34.29
%33.95
%31.76

CMYK Percentages of Color #cccabd

%0
%1
%7
%20

Triadic Colors of #cccabd

#cccabd #bdccca #cabdcc

Analogous Colors of #cccabd

#cccabd #c7ccbd #ccc3bd

Monochromatic Colors of #cccabd

#cccabd

Complementary Color

#cccabd #bdbfcc

#cccabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccabd Color CSS Codes

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

#cccabd Text Font Color

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

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


#cccabd Background Color

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

This div background color is #cccabd


#cccabd Border Color

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

This div border color is #cccabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccabd


Comments

No comments written yet.

Please login to write comment.