Color Hex Logo

#ccbcb5 Color Hex

#CCBCB5
(204,188,181)
0 Favorites   0 Comments

Color spaces of #ccbcb5

RGB 204188181
HSL0.050.180.75
HSV18°11°80°
CMYK 0.000.080.11   0.20
XYZ51.225552.140051.0802
Yxy52.14000.33170.3376
Hunter Lab72.20800.26668.6037
CIE-Lab77.36454.46535.5697

#ccbcb5 color RGB value is (204,188,181).

#ccbcb5 hex color red value is 204, green value is 188 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ccbcb5 hue: 0.05 , saturation: 0.18 and the lightness value of ccbcb5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10110101
Octal 314 274 265
Decimal 204 188 181
Hex CC BC B5

RGB Percentages of Color #ccbcb5

%35.60
%32.81
%31.59

CMYK Percentages of Color #ccbcb5

%0
%8
%11
%20

Triadic Colors of #ccbcb5

#ccbcb5 #b5ccbc #bcb5cc

Analogous Colors of #ccbcb5

#ccbcb5 #ccc8b5 #ccb5ba

Monochromatic Colors of #ccbcb5

#ccbcb5

Complementary Color

#ccbcb5 #b5c5cc

#ccbcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcb5 Color CSS Codes

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

#ccbcb5 Text Font Color

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

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


#ccbcb5 Background Color

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

This div background color is #ccbcb5


#ccbcb5 Border Color

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

This div border color is #ccbcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcb5


Comments

No comments written yet.

Please login to write comment.