Color Hex Logo

#dab15a Color Hex

#DAB15A
(218,177,90)
0 Favorites   0 Comments

Color spaces of #dab15a

RGB 21817790
HSL0.110.630.60
HSV41°59°85°
CMYK 0.000.190.59   0.15
XYZ46.481047.087916.3119
Yxy47.08790.42300.4285
Hunter Lab68.62060.823033.9405
CIE-Lab74.24604.935749.3752

#dab15a color RGB value is (218,177,90).

#dab15a hex color red value is 218, green value is 177 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dab15a hue: 0.11 , saturation: 0.63 and the lightness value of dab15a is 0.60.

The process color (four color CMYK) of #dab15a color hex is 0.00, 0.19, 0.59, 0.15. Web safe color of #dab15a is #cc9966. Color #dab15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01011010
Octal 332 261 132
Decimal 218 177 90
Hex DA B1 5A

RGB Percentages of Color #dab15a

%44.95
%36.49
%18.56

CMYK Percentages of Color #dab15a

%0
%19
%59
%15

Triadic Colors of #dab15a

#dab15a #5adab1 #b15ada

Analogous Colors of #dab15a

#dab15a #c3da5a #da715a

Monochromatic Colors of #dab15a

#dab15a

Complementary Color

#dab15a #5a83da

#dab15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab15a Color CSS Codes

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

#dab15a Text Font Color

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

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


#dab15a Background Color

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

This div background color is #dab15a


#dab15a Border Color

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

This div border color is #dab15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab15a


Comments

No comments written yet.

Please login to write comment.