Color Hex Logo

#d4babe Color Hex

#D4BABE
(212,186,190)
0 Favorites   0 Comments

Color spaces of #d4babe

RGB 212186190
HSL0.970.230.78
HSV351°12°83°
CMYK 0.000.120.10   0.17
XYZ54.004552.832656.0666
Yxy52.83260.33150.3243
Hunter Lab72.68605.42195.1467
CIE-Lab77.77619.92011.3787

#d4babe color RGB value is (212,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 10111110
Octal 324 272 276
Decimal 212 186 190
Hex D4 BA BE

RGB Percentages of Color #d4babe

%36.05
%31.63
%32.31

CMYK Percentages of Color #d4babe

%0
%12
%10
%17

Triadic Colors of #d4babe

#d4babe #bed4ba #babed4

Analogous Colors of #d4babe

#d4babe #d4c3ba #d4bacb

Monochromatic Colors of #d4babe

#d4babe

Complementary Color

#d4babe #bad4d0

#d4babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4babe Color CSS Codes

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

#d4babe Text Font Color

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

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


#d4babe Background Color

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

This div background color is #d4babe


#d4babe Border Color

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

This div border color is #d4babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4babe


Comments

No comments written yet.

Please login to write comment.