Color Hex Logo

#dab20e Color Hex

#DAB20E
(218,178,14)
0 Favorites   0 Comments

Color spaces of #dab20e

RGB 21817814
HSL0.130.880.45
HSV48°94°85°
CMYK 0.000.180.94   0.15
XYZ44.913146.77797.0773
Yxy46.77790.45470.4736
Hunter Lab68.3944-2.473141.7409
CIE-Lab74.04751.311274.8401

#dab20e color RGB value is (218,178,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 00001110
Octal 332 262 16
Decimal 218 178 14
Hex DA B2 E

RGB Percentages of Color #dab20e

%53.17
%43.41
%3.41

CMYK Percentages of Color #dab20e

%0
%18
%94
%15

Triadic Colors of #dab20e

#dab20e #0edab2 #b20eda

Analogous Colors of #dab20e

#dab20e #9cda0e #da4c0e

Monochromatic Colors of #dab20e

#dab20e

Complementary Color

#dab20e #0e36da

#dab20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab20e Color CSS Codes

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

#dab20e Text Font Color

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

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


#dab20e Background Color

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

This div background color is #dab20e


#dab20e Border Color

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

This div border color is #dab20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab20e


Comments

No comments written yet.

Please login to write comment.