Color Hex Logo

#d4babf Color Hex

#D4BABF
(212,186,191)
0 Favorites   0 Comments

Color spaces of #d4babf

RGB 212186191
HSL0.970.230.78
HSV348°12°83°
CMYK 0.000.120.10   0.17
XYZ54.114352.876456.6443
Yxy52.87640.33070.3231
Hunter Lab72.71625.58384.7157
CIE-Lab77.802010.08890.8747

#d4babf color RGB value is (212,186,191).

#d4babf hex color red value is 212, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d4babf hue: 0.97 , saturation: 0.23 and the lightness value of d4babf is 0.78.

The process color (four color CMYK) of #d4babf color hex is 0.00, 0.12, 0.10, 0.17. Web safe color of #d4babf is #cccccc. Color #d4babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 10111111
Octal 324 272 277
Decimal 212 186 191
Hex D4 BA BF

RGB Percentages of Color #d4babf

%35.99
%31.58
%32.43

CMYK Percentages of Color #d4babf

%0
%12
%10
%17

Triadic Colors of #d4babf

#d4babf #bfd4ba #babfd4

Analogous Colors of #d4babf

#d4babf #d4c2ba #d4bacc

Monochromatic Colors of #d4babf

#d4babf

Complementary Color

#d4babf #bad4cf

#d4babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4babf Color CSS Codes

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

#d4babf Text Font Color

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

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


#d4babf Background Color

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

This div background color is #d4babf


#d4babf Border Color

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

This div border color is #d4babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4babf


Comments

No comments written yet.

Please login to write comment.