Color Hex Logo

#dab5ba Color Hex

#DAB5BA
(218,181,186)
0 Favorites   0 Comments

Color spaces of #dab5ba

RGB 218181186
HSL0.980.330.78
HSV352°17°85°
CMYK 0.000.170.15   0.15
XYZ54.300251.498353.5326
Yxy51.49830.34080.3232
Hunter Lab71.76239.48116.0050
CIE-Lab76.979914.10642.4584

#dab5ba color RGB value is (218,181,186).

#dab5ba hex color red value is 218, green value is 181 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dab5ba hue: 0.98 , saturation: 0.33 and the lightness value of dab5ba is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 10111010
Octal 332 265 272
Decimal 218 181 186
Hex DA B5 BA

RGB Percentages of Color #dab5ba

%37.26
%30.94
%31.79

CMYK Percentages of Color #dab5ba

%0
%17
%15
%15

Triadic Colors of #dab5ba

#dab5ba #badab5 #b5bada

Analogous Colors of #dab5ba

#dab5ba #dac3b5 #dab5cd

Monochromatic Colors of #dab5ba

#dab5ba

Complementary Color

#dab5ba #b5dad5

#dab5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab5ba Color CSS Codes

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

#dab5ba Text Font Color

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

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


#dab5ba Background Color

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

This div background color is #dab5ba


#dab5ba Border Color

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

This div border color is #dab5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab5ba


Comments

No comments written yet.

Please login to write comment.