Color Hex Logo

#c4babf Color Hex

#C4BABF
(196,186,191)
0 Favorites   0 Comments

Color spaces of #c4babf

RGB 196186191
HSL0.920.080.75
HSV330°77°
CMYK 0.000.050.03   0.23
XYZ49.727850.615256.4390
Yxy50.61520.31720.3228
Hunter Lab71.14440.26362.7661
CIE-Lab76.44534.4223-1.2698

#c4babf color RGB value is (196,186,191).

#c4babf hex color red value is 196, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c4babf hue: 0.92 , saturation: 0.08 and the lightness value of c4babf is 0.75.

The process color (four color CMYK) of #c4babf color hex is 0.00, 0.05, 0.03, 0.23. Web safe color of #c4babf is #cccccc. Color #c4babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111010 10111111
Octal 304 272 277
Decimal 196 186 191
Hex C4 BA BF

RGB Percentages of Color #c4babf

%34.21
%32.46
%33.33

CMYK Percentages of Color #c4babf

%0
%5
%3
%23

Triadic Colors of #c4babf

#c4babf #bfc4ba #babfc4

Analogous Colors of #c4babf

#c4babf #c4baba #c4bac4

Monochromatic Colors of #c4babf

#c4babf

Complementary Color

#c4babf #bac4bf

#c4babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4babf Color CSS Codes

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

#c4babf Text Font Color

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

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


#c4babf Background Color

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

This div background color is #c4babf


#c4babf Border Color

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

This div border color is #c4babf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,186,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4babf


Comments

No comments written yet.

Please login to write comment.