Color Hex Logo

#daab0e Color Hex

#DAAB0E
(218,171,14)
0 Favorites   0 Comments

Color spaces of #daab0e

RGB 21817114
HSL0.130.880.45
HSV46°94°85°
CMYK 0.000.220.94   0.15
XYZ43.555644.06306.6248
Yxy44.06300.46220.4675
Hunter Lab66.38000.958940.5488
CIE-Lab72.27065.006373.5282

#daab0e color RGB value is (218,171,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00001110
Octal 332 253 16
Decimal 218 171 14
Hex DA AB E

RGB Percentages of Color #daab0e

%54.09
%42.43
%3.47

CMYK Percentages of Color #daab0e

%0
%22
%94
%15

Triadic Colors of #daab0e

#daab0e #0edaab #ab0eda

Analogous Colors of #daab0e

#daab0e #a3da0e #da450e

Monochromatic Colors of #daab0e

#daab0e

Complementary Color

#daab0e #0e3dda

#daab0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab0e Color CSS Codes

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

#daab0e Text Font Color

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

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


#daab0e Background Color

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

This div background color is #daab0e


#daab0e Border Color

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

This div border color is #daab0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab0e


Comments

No comments written yet.

Please login to write comment.