Color Hex Logo

#cccbb2 Color Hex

#CCCBB2
(204,203,178)
0 Favorites   0 Comments

Color spaces of #cccbb2

RGB 204203178
HSL0.160.200.75
HSV58°13°80°
CMYK 0.000.000.13   0.20
XYZ54.293758.763650.6004
Yxy58.76360.33180.3591
Hunter Lab76.6574-7.725314.5238
CIE-Lab81.1615-3.934312.6044

#cccbb2 color RGB value is (204,203,178).

#cccbb2 hex color red value is 204, green value is 203 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #cccbb2 hue: 0.16 , saturation: 0.20 and the lightness value of cccbb2 is 0.75.

The process color (four color CMYK) of #cccbb2 color hex is 0.00, 0.00, 0.13, 0.20. Web safe color of #cccbb2 is #cccc99. Color #cccbb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 10110010
Octal 314 313 262
Decimal 204 203 178
Hex CC CB B2

RGB Percentages of Color #cccbb2

%34.87
%34.70
%30.43

CMYK Percentages of Color #cccbb2

%0
%0
%13
%20

Triadic Colors of #cccbb2

#cccbb2 #b2cccb #cbb2cc

Analogous Colors of #cccbb2

#cccbb2 #c0ccb2 #ccbeb2

Monochromatic Colors of #cccbb2

#cccbb2

Complementary Color

#cccbb2 #b2b3cc

#cccbb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccbb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccbb2 Color CSS Codes

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

#cccbb2 Text Font Color

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

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


#cccbb2 Background Color

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

This div background color is #cccbb2


#cccbb2 Border Color

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

This div border color is #cccbb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccbb2


Comments

No comments written yet.

Please login to write comment.