Color Hex Logo

#ccbcad Color Hex

#CCBCAD
(204,188,173)
0 Favorites   0 Comments

Color spaces of #ccbcad

RGB 204188173
HSL0.080.230.74
HSV29°15°80°
CMYK 0.000.080.15   0.20
XYZ50.427951.820946.8798
Yxy51.82090.33820.3475
Hunter Lab71.9867-0.934611.7794
CIE-Lab77.17363.16509.6228

#ccbcad color RGB value is (204,188,173).

#ccbcad hex color red value is 204, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ccbcad hue: 0.08 , saturation: 0.23 and the lightness value of ccbcad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10101101
Octal 314 274 255
Decimal 204 188 173
Hex CC BC AD

RGB Percentages of Color #ccbcad

%36.11
%33.27
%30.62

CMYK Percentages of Color #ccbcad

%0
%8
%15
%20

Triadic Colors of #ccbcad

#ccbcad #adccbc #bcadcc

Analogous Colors of #ccbcad

#ccbcad #ccccad #ccadae

Monochromatic Colors of #ccbcad

#ccbcad

Complementary Color

#ccbcad #adbdcc

#ccbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbcad Color CSS Codes

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

#ccbcad Text Font Color

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

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


#ccbcad Background Color

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

This div background color is #ccbcad


#ccbcad Border Color

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

This div border color is #ccbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbcad

#ccbcad Color Palettes


Comments

No comments written yet.

Please login to write comment.