Color Hex Logo

#daae5a Color Hex

#DAAE5A
(218,174,90)
0 Favorites   0 Comments

Color spaces of #daae5a

RGB 21817490
HSL0.110.630.60
HSV39°59°85°
CMYK 0.000.200.59   0.15
XYZ45.895045.915716.1166
Yxy45.91570.42520.4254
Hunter Lab67.76112.317133.3310
CIE-Lab73.49086.528348.4988

#daae5a color RGB value is (218,174,90).

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

The process color (four color CMYK) of #daae5a color hex is 0.00, 0.20, 0.59, 0.15. Web safe color of #daae5a is #cc9966. Color #daae5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 01011010
Octal 332 256 132
Decimal 218 174 90
Hex DA AE 5A

RGB Percentages of Color #daae5a

%45.23
%36.10
%18.67

CMYK Percentages of Color #daae5a

%0
%20
%59
%15

Triadic Colors of #daae5a

#daae5a #5adaae #ae5ada

Analogous Colors of #daae5a

#daae5a #c6da5a #da6e5a

Monochromatic Colors of #daae5a

#daae5a

Complementary Color

#daae5a #5a86da

#daae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae5a Color CSS Codes

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

#daae5a Text Font Color

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

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


#daae5a Background Color

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

This div background color is #daae5a


#daae5a Border Color

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

This div border color is #daae5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae5a


Comments

No comments written yet.

Please login to write comment.