Color Hex Logo

#dab83e Color Hex

#DAB83E
(218,184,62)
0 Favorites   0 Comments

Color spaces of #dab83e

RGB 21818462
HSL0.130.680.55
HSV47°72°85°
CMYK 0.000.160.72   0.15
XYZ46.923449.534211.6454
Yxy49.53420.43410.4582
Hunter Lab70.3805-4.158239.4561
CIE-Lab75.7825-0.441363.3102

#dab83e color RGB value is (218,184,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00111110
Octal 332 270 76
Decimal 218 184 62
Hex DA B8 3E

RGB Percentages of Color #dab83e

%46.98
%39.66
%13.36

CMYK Percentages of Color #dab83e

%0
%16
%72
%15

Triadic Colors of #dab83e

#dab83e #3edab8 #b83eda

Analogous Colors of #dab83e

#dab83e #aeda3e #da6a3e

Monochromatic Colors of #dab83e

#dab83e

Complementary Color

#dab83e #3e60da

#dab83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab83e Color CSS Codes

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

#dab83e Text Font Color

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

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


#dab83e Background Color

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

This div background color is #dab83e


#dab83e Border Color

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

This div border color is #dab83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab83e


Comments

No comments written yet.

Please login to write comment.