Color Hex Logo

#daae2e Color Hex

#DAAE2E
(218,174,46)
0 Favorites   0 Comments

Color spaces of #daae2e

RGB 21817446
HSL0.120.700.52
HSV45°79°85°
CMYK 0.000.200.79   0.15
XYZ44.542645.37488.9953
Yxy45.37480.45030.4587
Hunter Lab67.36080.152439.2350
CIE-Lab73.13804.157566.5801

#daae2e color RGB value is (218,174,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 00101110
Octal 332 256 56
Decimal 218 174 46
Hex DA AE 2E

RGB Percentages of Color #daae2e

%49.77
%39.73
%10.50

CMYK Percentages of Color #daae2e

%0
%20
%79
%15

Triadic Colors of #daae2e

#daae2e #2edaae #ae2eda

Analogous Colors of #daae2e

#daae2e #b0da2e #da582e

Monochromatic Colors of #daae2e

#daae2e

Complementary Color

#daae2e #2e5ada

#daae2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae2e Color CSS Codes

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

#daae2e Text Font Color

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

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


#daae2e Background Color

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

This div background color is #daae2e


#daae2e Border Color

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

This div border color is #daae2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae2e


Comments

No comments written yet.

Please login to write comment.