Color Hex Logo

#daae4f Color Hex

#DAAE4F
(218,174,79)
0 Favorites   0 Comments

Color spaces of #daae4f

RGB 21817479
HSL0.110.650.58
HSV41°64°85°
CMYK 0.000.200.64   0.15
XYZ45.460845.742013.8302
Yxy45.74200.43280.4355
Hunter Lab67.63281.625035.2188
CIE-Lab73.37785.774453.5642

#daae4f color RGB value is (218,174,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 01001111
Octal 332 256 117
Decimal 218 174 79
Hex DA AE 4F

RGB Percentages of Color #daae4f

%46.28
%36.94
%16.77

CMYK Percentages of Color #daae4f

%0
%20
%64
%15

Triadic Colors of #daae4f

#daae4f #4fdaae #ae4fda

Analogous Colors of #daae4f

#daae4f #c1da4f #da694f

Monochromatic Colors of #daae4f

#daae4f

Complementary Color

#daae4f #4f7bda

#daae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae4f Color CSS Codes

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

#daae4f Text Font Color

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

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


#daae4f Background Color

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

This div background color is #daae4f


#daae4f Border Color

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

This div border color is #daae4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae4f


Comments

No comments written yet.

Please login to write comment.