Color Hex Logo

#ccbbad Color Hex

#CCBBAD
(204,187,173)
0 Favorites   0 Comments

Color spaces of #ccbbad

RGB 204187173
HSL0.080.230.74
HSV27°15°80°
CMYK 0.000.080.15   0.20
XYZ50.215051.395146.8088
Yxy51.39510.33830.3463
Hunter Lab71.6904-0.429111.4710
CIE-Lab76.91773.69769.2578

#ccbbad color RGB value is (204,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10101101
Octal 314 273 255
Decimal 204 187 173
Hex CC BB AD

RGB Percentages of Color #ccbbad

%36.17
%33.16
%30.67

CMYK Percentages of Color #ccbbad

%0
%8
%15
%20

Triadic Colors of #ccbbad

#ccbbad #adccbb #bbadcc

Analogous Colors of #ccbbad

#ccbbad #cccbad #ccadaf

Monochromatic Colors of #ccbbad

#ccbbad

Complementary Color

#ccbbad #adbecc

#ccbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbbad Color CSS Codes

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

#ccbbad Text Font Color

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

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


#ccbbad Background Color

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

This div background color is #ccbbad


#ccbbad Border Color

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

This div border color is #ccbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbbad


Comments

No comments written yet.

Please login to write comment.