Color Hex Logo

#dab18a Color Hex

#DAB18A
(218,177,138)
0 Favorites   0 Comments

Color spaces of #dab18a

RGB 218177138
HSL0.080.520.70
HSV29°37°85°
CMYK 0.000.190.37   0.15
XYZ49.223048.184730.7510
Yxy48.18470.38410.3760
Hunter Lab69.41525.099522.3251
CIE-Lab74.94139.537325.5764

#dab18a color RGB value is (218,177,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 10001010
Octal 332 261 212
Decimal 218 177 138
Hex DA B1 8A

RGB Percentages of Color #dab18a

%40.90
%33.21
%25.89

CMYK Percentages of Color #dab18a

%0
%19
%37
%15

Triadic Colors of #dab18a

#dab18a #8adab1 #b18ada

Analogous Colors of #dab18a

#dab18a #dad98a #da8a8b

Monochromatic Colors of #dab18a

#dab18a

Complementary Color

#dab18a #8ab3da

#dab18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab18a Color CSS Codes

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

#dab18a Text Font Color

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

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


#dab18a Background Color

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

This div background color is #dab18a


#dab18a Border Color

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

This div border color is #dab18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab18a


Comments

No comments written yet.

Please login to write comment.