Color Hex Logo

#daad58 Color Hex

#DAAD58
(218,173,88)
0 Favorites   0 Comments

Color spaces of #daad58

RGB 21817388
HSL0.110.640.60
HSV39°60°85°
CMYK 0.000.210.60   0.15
XYZ45.618545.497115.6100
Yxy45.49710.42740.4263
Hunter Lab67.45152.682133.4949
CIE-Lab73.21806.914749.1489

#daad58 color RGB value is (218,173,88).

#daad58 hex color red value is 218, green value is 173 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #daad58 hue: 0.11 , saturation: 0.64 and the lightness value of daad58 is 0.60.

The process color (four color CMYK) of #daad58 color hex is 0.00, 0.21, 0.60, 0.15. Web safe color of #daad58 is #cc9966. Color #daad58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01011000
Octal 332 255 130
Decimal 218 173 88
Hex DA AD 58

RGB Percentages of Color #daad58

%45.51
%36.12
%18.37

CMYK Percentages of Color #daad58

%0
%21
%60
%15

Triadic Colors of #daad58

#daad58 #58daad #ad58da

Analogous Colors of #daad58

#daad58 #c6da58 #da6c58

Monochromatic Colors of #daad58

#daad58

Complementary Color

#daad58 #5885da

#daad58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad58 Color CSS Codes

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

#daad58 Text Font Color

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

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


#daad58 Background Color

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

This div background color is #daad58


#daad58 Border Color

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

This div border color is #daad58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad58


Comments

No comments written yet.

Please login to write comment.