Color Hex Logo

#dab2ba Color Hex

#DAB2BA
(218,178,186)
0 Favorites   0 Comments

Color spaces of #dab2ba

RGB 218178186
HSL0.970.350.78
HSV348°18°85°
CMYK 0.000.180.15   0.15
XYZ53.696850.291453.3315
Yxy50.29140.34130.3197
Hunter Lab70.916411.05365.0535
CIE-Lab76.247815.71961.3940

#dab2ba color RGB value is (218,178,186).

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

The process color (four color CMYK) of #dab2ba color hex is 0.00, 0.18, 0.15, 0.15. Web safe color of #dab2ba is #cc99cc. Color #dab2ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10111010
Octal 332 262 272
Decimal 218 178 186
Hex DA B2 BA

RGB Percentages of Color #dab2ba

%37.46
%30.58
%31.96

CMYK Percentages of Color #dab2ba

%0
%18
%15
%15

Triadic Colors of #dab2ba

#dab2ba #badab2 #b2bada

Analogous Colors of #dab2ba

#dab2ba #dabeb2 #dab2ce

Monochromatic Colors of #dab2ba

#dab2ba

Complementary Color

#dab2ba #b2dad2

#dab2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab2ba Color CSS Codes

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

#dab2ba Text Font Color

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

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


#dab2ba Background Color

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

This div background color is #dab2ba


#dab2ba Border Color

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

This div border color is #dab2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab2ba


Comments

No comments written yet.

Please login to write comment.