Color Hex Logo

#ccc2ba Color Hex

#CCC2BA
(204,194,186)
0 Favorites   0 Comments

Color spaces of #ccc2ba

RGB 204194186
HSL0.070.150.76
HSV27°80°
CMYK 0.000.050.09   0.20
XYZ53.056654.966154.2675
Yxy54.96610.32690.3387
Hunter Lab74.1391-2.00258.4990
CIE-Lab79.02172.11365.2598

#ccc2ba color RGB value is (204,194,186).

#ccc2ba hex color red value is 204, green value is 194 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccc2ba hue: 0.07 , saturation: 0.15 and the lightness value of ccc2ba is 0.76.

The process color (four color CMYK) of #ccc2ba color hex is 0.00, 0.05, 0.09, 0.20. Web safe color of #ccc2ba is #cccccc. Color #ccc2ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 10111010
Octal 314 302 272
Decimal 204 194 186
Hex CC C2 BA

RGB Percentages of Color #ccc2ba

%34.93
%33.22
%31.85

CMYK Percentages of Color #ccc2ba

%0
%5
%9
%20

Triadic Colors of #ccc2ba

#ccc2ba #baccc2 #c2bacc

Analogous Colors of #ccc2ba

#ccc2ba #cccbba #ccbabb

Monochromatic Colors of #ccc2ba

#ccc2ba

Complementary Color

#ccc2ba #bac4cc

#ccc2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc2ba Color CSS Codes

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

#ccc2ba Text Font Color

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

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


#ccc2ba Background Color

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

This div background color is #ccc2ba


#ccc2ba Border Color

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

This div border color is #ccc2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc2ba


Comments

No comments written yet.

Please login to write comment.