Color Hex Logo

#daba0e Color Hex

#DABA0E
(218,186,14)
0 Favorites   0 Comments

Color spaces of #daba0e

RGB 21818614
HSL0.140.880.45
HSV51°94°85°
CMYK 0.000.150.94   0.15
XYZ46.551650.05497.6235
Yxy50.05490.44660.4802
Hunter Lab70.7495-6.362543.1359
CIE-Lab76.1029-2.869276.3664

#daba0e color RGB value is (218,186,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00001110
Octal 332 272 16
Decimal 218 186 14
Hex DA BA E

RGB Percentages of Color #daba0e

%52.15
%44.50
%3.35

CMYK Percentages of Color #daba0e

%0
%15
%94
%15

Triadic Colors of #daba0e

#daba0e #0edaba #ba0eda

Analogous Colors of #daba0e

#daba0e #94da0e #da540e

Monochromatic Colors of #daba0e

#daba0e

Complementary Color

#daba0e #0e2eda

#daba0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba0e Color CSS Codes

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

#daba0e Text Font Color

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

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


#daba0e Background Color

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

This div background color is #daba0e


#daba0e Border Color

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

This div border color is #daba0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba0e


Comments

No comments written yet.

Please login to write comment.