Color Hex Logo

#dab83a Color Hex

#DAB83A
(218,184,58)
0 Favorites   0 Comments

Color spaces of #dab83a

RGB 21818458
HSL0.130.680.54
HSV47°73°85°
CMYK 0.000.160.73   0.15
XYZ46.817749.491911.0883
Yxy49.49190.43590.4608
Hunter Lab70.3505-4.323039.9003
CIE-Lab75.7563-0.625664.8038

#dab83a color RGB value is (218,184,58).

#dab83a hex color red value is 218, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dab83a hue: 0.13 , saturation: 0.68 and the lightness value of dab83a is 0.54.

The process color (four color CMYK) of #dab83a color hex is 0.00, 0.16, 0.73, 0.15. Web safe color of #dab83a is #cccc33. Color #dab83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00111010
Octal 332 270 72
Decimal 218 184 58
Hex DA B8 3A

RGB Percentages of Color #dab83a

%47.39
%40.00
%12.61

CMYK Percentages of Color #dab83a

%0
%16
%73
%15

Triadic Colors of #dab83a

#dab83a #3adab8 #b83ada

Analogous Colors of #dab83a

#dab83a #acda3a #da683a

Monochromatic Colors of #dab83a

#dab83a

Complementary Color

#dab83a #3a5cda

#dab83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab83a Color CSS Codes

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

#dab83a Text Font Color

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

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


#dab83a Background Color

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

This div background color is #dab83a


#dab83a Border Color

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

This div border color is #dab83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab83a


Comments

No comments written yet.

Please login to write comment.