Color Hex Logo

#daaf05 Color Hex

#DAAF05
(218,175,5)
0 Favorites   0 Comments

Color spaces of #daaf05

RGB 2181755
HSL0.130.960.44
HSV48°98°85°
CMYK 0.000.200.98   0.15
XYZ44.270845.57636.6074
Yxy45.57630.45900.4725
Hunter Lab67.5102-1.088941.4543
CIE-Lab73.26982.798075.3198

#daaf05 color RGB value is (218,175,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 00000101
Octal 332 257 5
Decimal 218 175 5
Hex DA AF 5

RGB Percentages of Color #daaf05

%54.77
%43.97
%1.26

CMYK Percentages of Color #daaf05

%0
%20
%98
%15

Triadic Colors of #daaf05

#daaf05 #05daaf #af05da

Analogous Colors of #daaf05

#daaf05 #9bda05 #da4405

Monochromatic Colors of #daaf05

#daaf05

Complementary Color

#daaf05 #0530da

#daaf05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaf05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaf05 Color CSS Codes

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

#daaf05 Text Font Color

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

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


#daaf05 Background Color

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

This div background color is #daaf05


#daaf05 Border Color

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

This div border color is #daaf05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaf05


Comments

No comments written yet.

Please login to write comment.