Color Hex Logo

#ccbbbb Color Hex

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

Color spaces of #ccbbbb

RGB 204187187
HSL0.000.140.77
HSV80°
CMYK 0.000.080.08   0.20
XYZ51.641851.965954.3223
Yxy51.96590.32700.3290
Hunter Lab72.08741.72055.7825
CIE-Lab77.26046.01302.1697

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

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

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

Base Numbers

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

RGB Percentages of Color #ccbbbb

%35.29
%32.35
%32.35

CMYK Percentages of Color #ccbbbb

%0
%8
%8
%20

Triadic Colors of #ccbbbb

#ccbbbb #bbccbb #bbbbcc

Analogous Colors of #ccbbbb

#ccbbbb #ccc4bb #ccbbc4

Monochromatic Colors of #ccbbbb

#ccbbbb

Complementary Color

#ccbbbb #bbcccc

#ccbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbbb Color CSS Codes

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

#ccbbbb Text Font Color

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

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


#ccbbbb Background Color

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

This div background color is #ccbbbb


#ccbbbb Border Color

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

This div border color is #ccbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbbb


Comments

No comments written yet.

Please login to write comment.