Color Hex Logo

#dab18f Color Hex

#DAB18F
(218,177,143)
0 Favorites   0 Comments

Color spaces of #dab18f

RGB 218177143
HSL0.080.500.71
HSV27°34°85°
CMYK 0.000.190.34   0.15
XYZ49.593548.332932.7019
Yxy48.33290.37970.3700
Hunter Lab69.52195.669920.7763
CIE-Lab75.034410.140823.0188

#dab18f color RGB value is (218,177,143).

#dab18f hex color red value is 218, green value is 177 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dab18f hue: 0.08 , saturation: 0.50 and the lightness value of dab18f is 0.71.

The process color (four color CMYK) of #dab18f color hex is 0.00, 0.19, 0.34, 0.15. Web safe color of #dab18f is #cc9999. Color #dab18f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10001111
Octal 332 261 217
Decimal 218 177 143
Hex DA B1 8F

RGB Percentages of Color #dab18f

%40.52
%32.90
%26.58

CMYK Percentages of Color #dab18f

%0
%19
%34
%15

Triadic Colors of #dab18f

#dab18f #8fdab1 #b18fda

Analogous Colors of #dab18f

#dab18f #dad78f #da8f93

Monochromatic Colors of #dab18f

#dab18f

Complementary Color

#dab18f #8fb8da

#dab18f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab18f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab18f Color CSS Codes

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

#dab18f Text Font Color

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

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


#dab18f Background Color

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

This div background color is #dab18f


#dab18f Border Color

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

This div border color is #dab18f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab18f


Comments

No comments written yet.

Please login to write comment.