Color Hex Logo

#daad05 Color Hex

#DAAD05
(218,173,5)
0 Favorites   0 Comments

Color spaces of #daad05

RGB 2181735
HSL0.130.960.44
HSV47°98°85°
CMYK 0.000.210.98   0.15
XYZ43.884444.80356.4786
Yxy44.80350.46110.4708
Hunter Lab66.9354-0.108341.1162
CIE-Lab72.76233.854374.9590

#daad05 color RGB value is (218,173,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 00000101
Octal 332 255 5
Decimal 218 173 5
Hex DA AD 5

RGB Percentages of Color #daad05

%55.05
%43.69
%1.26

CMYK Percentages of Color #daad05

%0
%21
%98
%15

Triadic Colors of #daad05

#daad05 #05daad #ad05da

Analogous Colors of #daad05

#daad05 #9dda05 #da4205

Monochromatic Colors of #daad05

#daad05

Complementary Color

#daad05 #0532da

#daad05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad05 Color CSS Codes

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

#daad05 Text Font Color

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

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


#daad05 Background Color

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

This div background color is #daad05


#daad05 Border Color

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

This div border color is #daad05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad05


Comments

No comments written yet.

Please login to write comment.