Color Hex Logo

#dab6af Color Hex

#DAB6AF
(218,182,175)
0 Favorites   0 Comments

Color spaces of #dab6af

RGB 218182175
HSL0.030.370.77
HSV10°20°85°
CMYK 0.000.170.20   0.15
XYZ53.379351.456547.6761
Yxy51.45650.35000.3374
Hunter Lab71.73327.295310.8073
CIE-Lab76.954711.85618.3950

#dab6af color RGB value is (218,182,175).

#dab6af hex color red value is 218, green value is 182 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dab6af hue: 0.03 , saturation: 0.37 and the lightness value of dab6af is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10101111
Octal 332 266 257
Decimal 218 182 175
Hex DA B6 AF

RGB Percentages of Color #dab6af

%37.91
%31.65
%30.43

CMYK Percentages of Color #dab6af

%0
%17
%20
%15

Triadic Colors of #dab6af

#dab6af #afdab6 #b6afda

Analogous Colors of #dab6af

#dab6af #daccaf #daafbe

Monochromatic Colors of #dab6af

#dab6af

Complementary Color

#dab6af #afd3da

#dab6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab6af Color CSS Codes

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

#dab6af Text Font Color

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

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


#dab6af Background Color

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

This div background color is #dab6af


#dab6af Border Color

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

This div border color is #dab6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab6af

#dab6af Color Palettes


Comments

No comments written yet.

Please login to write comment.