Color Hex Logo

#daae49 Color Hex

#DAAE49
(218,174,73)
0 Favorites   0 Comments

Color spaces of #daae49

RGB 21817473
HSL0.120.660.57
HSV42°67°85°
CMYK 0.000.200.67   0.15
XYZ45.252145.658612.7313
Yxy45.65860.43660.4405
Hunter Lab67.57111.291236.1288
CIE-Lab73.32355.409356.2070

#daae49 color RGB value is (218,174,73).

#daae49 hex color red value is 218, green value is 174 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #daae49 hue: 0.12 , saturation: 0.66 and the lightness value of daae49 is 0.57.

The process color (four color CMYK) of #daae49 color hex is 0.00, 0.20, 0.67, 0.15. Web safe color of #daae49 is #cc9933. Color #daae49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 01001001
Octal 332 256 111
Decimal 218 174 73
Hex DA AE 49

RGB Percentages of Color #daae49

%46.88
%37.42
%15.70

CMYK Percentages of Color #daae49

%0
%20
%67
%15

Triadic Colors of #daae49

#daae49 #49daae #ae49da

Analogous Colors of #daae49

#daae49 #beda49 #da6649

Monochromatic Colors of #daae49

#daae49

Complementary Color

#daae49 #4975da

#daae49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae49 Color CSS Codes

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

#daae49 Text Font Color

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

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


#daae49 Background Color

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

This div background color is #daae49


#daae49 Border Color

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

This div border color is #daae49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae49


Comments

No comments written yet.

Please login to write comment.