Color Hex Logo

#c4bfad Color Hex

#C4BFAD
(196,191,173)
0 Favorites   0 Comments

Color spaces of #c4bfad

RGB 196191173
HSL0.130.160.72
HSV47°12°77°
CMYK 0.000.030.12   0.23
XYZ48.938652.014546.9956
Yxy52.01450.33080.3516
Hunter Lab72.1211-5.088611.8502
CIE-Lab77.2895-1.35929.6983

#c4bfad color RGB value is (196,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 10101101
Octal 304 277 255
Decimal 196 191 173
Hex C4 BF AD

RGB Percentages of Color #c4bfad

%35.00
%34.11
%30.89

CMYK Percentages of Color #c4bfad

%0
%3
%12
%23

Triadic Colors of #c4bfad

#c4bfad #adc4bf #bfadc4

Analogous Colors of #c4bfad

#c4bfad #bec4ad #c4b4ad

Monochromatic Colors of #c4bfad

#c4bfad

Complementary Color

#c4bfad #adb2c4

#c4bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfad Color CSS Codes

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

#c4bfad Text Font Color

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

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


#c4bfad Background Color

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

This div background color is #c4bfad


#c4bfad Border Color

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

This div border color is #c4bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfad


Comments

No comments written yet.

Please login to write comment.