Color Hex Logo

#dab90e Color Hex

#DAB90E
(218,185,14)
0 Favorites   0 Comments

Color spaces of #dab90e

RGB 21818514
HSL0.140.880.45
HSV50°94°85°
CMYK 0.000.150.94   0.15
XYZ46.341749.63517.5535
Yxy49.63510.44760.4794
Hunter Lab70.4522-5.878442.9598
CIE-Lab75.8447-2.349576.1743

#dab90e color RGB value is (218,185,14).

#dab90e hex color red value is 218, green value is 185 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dab90e hue: 0.14 , saturation: 0.88 and the lightness value of dab90e is 0.45.

The process color (four color CMYK) of #dab90e color hex is 0.00, 0.15, 0.94, 0.15. Web safe color of #dab90e is #cccc00. Color #dab90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00001110
Octal 332 271 16
Decimal 218 185 14
Hex DA B9 E

RGB Percentages of Color #dab90e

%52.28
%44.36
%3.36

CMYK Percentages of Color #dab90e

%0
%15
%94
%15

Triadic Colors of #dab90e

#dab90e #0edab9 #b90eda

Analogous Colors of #dab90e

#dab90e #95da0e #da530e

Monochromatic Colors of #dab90e

#dab90e

Complementary Color

#dab90e #0e2fda

#dab90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab90e Color CSS Codes

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

#dab90e Text Font Color

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

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


#dab90e Background Color

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

This div background color is #dab90e


#dab90e Border Color

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

This div border color is #dab90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab90e


Comments

No comments written yet.

Please login to write comment.