Color Hex Logo

#ccbcc5 Color Hex

#CCBCC5
(204,188,197)
0 Favorites   0 Comments

Color spaces of #ccbcc5

RGB 204188197
HSL0.910.140.77
HSV326°80°
CMYK 0.000.080.03   0.20
XYZ52.963152.835060.2300
Yxy52.83500.31900.3182
Hunter Lab72.68772.85861.7529
CIE-Lab77.77757.2348-2.4924

#ccbcc5 color RGB value is (204,188,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 11000101
Octal 314 274 305
Decimal 204 188 197
Hex CC BC C5

RGB Percentages of Color #ccbcc5

%34.63
%31.92
%33.45

CMYK Percentages of Color #ccbcc5

%0
%8
%3
%20

Triadic Colors of #ccbcc5

#ccbcc5 #c5ccbc #bcc5cc

Analogous Colors of #ccbcc5

#ccbcc5 #ccbcbd #cbbccc

Monochromatic Colors of #ccbcc5

#ccbcc5

Complementary Color

#ccbcc5 #bcccc3

#ccbcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcc5 Color CSS Codes

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

#ccbcc5 Text Font Color

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

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


#ccbcc5 Background Color

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

This div background color is #ccbcc5


#ccbcc5 Border Color

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

This div border color is #ccbcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcc5


Comments

No comments written yet.

Please login to write comment.