Color Hex Logo

#daab05 Color Hex

#DAAB05
(218,171,5)
0 Favorites   0 Comments

Color spaces of #daab05

RGB 2181715
HSL0.130.960.44
HSV47°98°85°
CMYK 0.000.220.98   0.15
XYZ43.503744.04226.3517
Yxy44.04220.46330.4690
Hunter Lab66.36430.874340.7804
CIE-Lab72.25674.913074.6004

#daab05 color RGB value is (218,171,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 00000101
Octal 332 253 5
Decimal 218 171 5
Hex DA AB 5

RGB Percentages of Color #daab05

%55.33
%43.40
%1.27

CMYK Percentages of Color #daab05

%0
%22
%98
%15

Triadic Colors of #daab05

#daab05 #05daab #ab05da

Analogous Colors of #daab05

#daab05 #9fda05 #da4105

Monochromatic Colors of #daab05

#daab05

Complementary Color

#daab05 #0534da

#daab05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daab05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daab05 Color CSS Codes

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

#daab05 Text Font Color

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

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


#daab05 Background Color

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

This div background color is #daab05


#daab05 Border Color

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

This div border color is #daab05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daab05


Comments

No comments written yet.

Please login to write comment.