Color Hex Logo

#cccabe Color Hex

#CCCABE
(204,202,190)
0 Favorites   0 Comments

Color spaces of #cccabe

RGB 204202190
HSL0.140.120.77
HSV51°80°
CMYK 0.000.010.07   0.20
XYZ55.316658.796157.1485
Yxy58.79610.32300.3433
Hunter Lab76.6786-5.41629.4862
CIE-Lab81.1794-1.42236.2220

#cccabe color RGB value is (204,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10111110
Octal 314 312 276
Decimal 204 202 190
Hex CC CA BE

RGB Percentages of Color #cccabe

%34.23
%33.89
%31.88

CMYK Percentages of Color #cccabe

%0
%1
%7
%20

Triadic Colors of #cccabe

#cccabe #beccca #cabecc

Analogous Colors of #cccabe

#cccabe #c7ccbe #ccc3be

Monochromatic Colors of #cccabe

#cccabe

Complementary Color

#cccabe #bec0cc

#cccabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccabe Color CSS Codes

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

#cccabe Text Font Color

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

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


#cccabe Background Color

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

This div background color is #cccabe


#cccabe Border Color

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

This div border color is #cccabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccabe


Comments

No comments written yet.

Please login to write comment.