Color Hex Logo

#ccccbb Color Hex

#CCCCBB
(204,204,187)
1 Favorites   0 Comments

Color spaces of #ccccbb

RGB 204204187
HSL0.170.140.77
HSV60°80°
CMYK 0.000.000.08   0.20
XYZ55.464359.611055.5965
Yxy59.61100.32500.3493
Hunter Lab77.2082-6.884611.3518
CIE-Lab81.6263-2.97748.4664

#ccccbb color RGB value is (204,204,187). This hex color code is also a web safe color which is equal to #CCB.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001100 10111011
Octal 314 314 273
Decimal 204 204 187
Hex CC CC BB

RGB Percentages of Color #ccccbb

%34.29
%34.29
%31.43

CMYK Percentages of Color #ccccbb

%0
%0
%8
%20

Triadic Colors of #ccccbb

#ccccbb #bbcccc #ccbbcc

Analogous Colors of #ccccbb

#ccccbb #c4ccbb #ccc4bb

Monochromatic Colors of #ccccbb

#ccccbb

Complementary Color

#ccccbb #bbbbcc

#ccccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccccbb Color CSS Codes

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

#ccccbb Text Font Color

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

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


#ccccbb Background Color

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

This div background color is #ccccbb


#ccccbb Border Color

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

This div border color is #ccccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccccbb

#ccccbb Color Palettes


Comments

No comments written yet.

Please login to write comment.