Color Hex Logo

#c4bbad Color Hex

#C4BBAD
(196,187,173)
0 Favorites   0 Comments

Color spaces of #c4bbad

RGB 196187173
HSL0.100.160.72
HSV37°12°77°
CMYK 0.000.050.12   0.23
XYZ48.078150.293546.7088
Yxy50.29350.33140.3467
Hunter Lab70.9179-3.094010.5923
CIE-Lab76.24910.76288.2125

#c4bbad color RGB value is (196,187,173).

#c4bbad hex color red value is 196, green value is 187 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c4bbad hue: 0.10 , saturation: 0.16 and the lightness value of c4bbad is 0.72.

The process color (four color CMYK) of #c4bbad color hex is 0.00, 0.05, 0.12, 0.23. Web safe color of #c4bbad is #cccc99. Color #c4bbad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 10101101
Octal 304 273 255
Decimal 196 187 173
Hex C4 BB AD

RGB Percentages of Color #c4bbad

%35.25
%33.63
%31.12

CMYK Percentages of Color #c4bbad

%0
%5
%12
%23

Triadic Colors of #c4bbad

#c4bbad #adc4bb #bbadc4

Analogous Colors of #c4bbad

#c4bbad #c2c4ad #c4b0ad

Monochromatic Colors of #c4bbad

#c4bbad

Complementary Color

#c4bbad #adb6c4

#c4bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbad Color CSS Codes

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

#c4bbad Text Font Color

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

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


#c4bbad Background Color

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

This div background color is #c4bbad


#c4bbad Border Color

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

This div border color is #c4bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbad


Comments

No comments written yet.

Please login to write comment.