Color Hex Logo

#daab00 Color Hex

#DAAB00
(218,171,0)
0 Favorites   0 Comments

Color spaces of #daab00

RGB 2181710
HSL0.131.000.43
HSV47°100°85°
CMYK 0.000.221.00   0.15
XYZ43.476444.03126.2074
Yxy44.03120.46390.4698
Hunter Lab66.35600.830040.9028
CIE-Lab72.24934.864175.1796

#daab00 color RGB value is (218,171,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00000000
Octal 332 253 0
Decimal 218 171 0
Hex DA AB 0

RGB Percentages of Color #daab00

%56.04
%43.96
%0.00

CMYK Percentages of Color #daab00

%0
%22
%100
%15

Triadic Colors of #daab00

#daab00 #00daab #ab00da

Analogous Colors of #daab00

#daab00 #9cda00 #da3e00

Monochromatic Colors of #daab00

#daab00

Complementary Color

#daab00 #002fda

#daab00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab00 Color CSS Codes

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

#daab00 Text Font Color

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

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


#daab00 Background Color

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

This div background color is #daab00


#daab00 Border Color

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

This div border color is #daab00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab00


Comments

No comments written yet.

Please login to write comment.