Color Hex Logo

#dab4bb Color Hex

#DAB4BB
(218,180,187)
0 Favorites   0 Comments

Color spaces of #dab4bb

RGB 218180187
HSL0.970.340.78
HSV349°17°85°
CMYK 0.000.170.14   0.15
XYZ54.204351.135854.0270
Yxy51.13580.34010.3209
Hunter Lab71.509310.16245.2615
CIE-Lab76.761214.80461.5969

#dab4bb color RGB value is (218,180,187).

#dab4bb hex color red value is 218, green value is 180 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dab4bb hue: 0.97 , saturation: 0.34 and the lightness value of dab4bb is 0.78.

The process color (four color CMYK) of #dab4bb color hex is 0.00, 0.17, 0.14, 0.15. Web safe color of #dab4bb is #cccccc. Color #dab4bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10111011
Octal 332 264 273
Decimal 218 180 187
Hex DA B4 BB

RGB Percentages of Color #dab4bb

%37.26
%30.77
%31.97

CMYK Percentages of Color #dab4bb

%0
%17
%14
%15

Triadic Colors of #dab4bb

#dab4bb #bbdab4 #b4bbda

Analogous Colors of #dab4bb

#dab4bb #dac0b4 #dab4ce

Monochromatic Colors of #dab4bb

#dab4bb

Complementary Color

#dab4bb #b4dad3

#dab4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab4bb Color CSS Codes

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

#dab4bb Text Font Color

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

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


#dab4bb Background Color

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

This div background color is #dab4bb


#dab4bb Border Color

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

This div border color is #dab4bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,180,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab4bb


Comments

No comments written yet.

Please login to write comment.