Color Hex Logo

#dab8af Color Hex

#DAB8AF
(218,184,175)
0 Favorites   0 Comments

Color spaces of #dab8af

RGB 218184175
HSL0.030.370.77
HSV13°20°85°
CMYK 0.000.160.20   0.15
XYZ53.791852.281647.8137
Yxy52.28160.34960.3397
Hunter Lab72.30606.258911.4076
CIE-Lab77.448910.78589.1011

#dab8af color RGB value is (218,184,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10101111
Octal 332 270 257
Decimal 218 184 175
Hex DA B8 AF

RGB Percentages of Color #dab8af

%37.78
%31.89
%30.33

CMYK Percentages of Color #dab8af

%0
%16
%20
%15

Triadic Colors of #dab8af

#dab8af #afdab8 #b8afda

Analogous Colors of #dab8af

#dab8af #daceaf #daafbc

Monochromatic Colors of #dab8af

#dab8af

Complementary Color

#dab8af #afd1da

#dab8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8af Color CSS Codes

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

#dab8af Text Font Color

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

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


#dab8af Background Color

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

This div background color is #dab8af


#dab8af Border Color

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

This div border color is #dab8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8af


Comments

No comments written yet.

Please login to write comment.