Color Hex Logo

#dab45a Color Hex

#DAB45A
(218,180,90)
0 Favorites   0 Comments

Color spaces of #dab45a

RGB 21818090
HSL0.120.630.60
HSV42°59°85°
CMYK 0.000.170.59   0.15
XYZ47.080248.286116.5116
Yxy48.28610.42080.4316
Hunter Lab69.4882-0.665634.5534
CIE-Lab75.00503.349450.2522

#dab45a color RGB value is (218,180,90).

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

The process color (four color CMYK) of #dab45a color hex is 0.00, 0.17, 0.59, 0.15. Web safe color of #dab45a is #cccc66. Color #dab45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01011010
Octal 332 264 132
Decimal 218 180 90
Hex DA B4 5A

RGB Percentages of Color #dab45a

%44.67
%36.89
%18.44

CMYK Percentages of Color #dab45a

%0
%17
%59
%15

Triadic Colors of #dab45a

#dab45a #5adab4 #b45ada

Analogous Colors of #dab45a

#dab45a #c0da5a #da745a

Monochromatic Colors of #dab45a

#dab45a

Complementary Color

#dab45a #5a80da

#dab45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab45a Color CSS Codes

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

#dab45a Text Font Color

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

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


#dab45a Background Color

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

This div background color is #dab45a


#dab45a Border Color

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

This div border color is #dab45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab45a


Comments

No comments written yet.

Please login to write comment.