Color Hex Logo

#daae10 Color Hex

#DAAE10
(218,174,16)
0 Favorites   0 Comments

Color spaces of #daae10

RGB 21817416
HSL0.130.860.46
HSV47°93°85°
CMYK 0.000.200.93   0.15
XYZ44.143045.21496.8910
Yxy45.21490.45860.4698
Hunter Lab67.2420-0.492040.9933
CIE-Lab73.03323.444573.8032

#daae10 color RGB value is (218,174,16).

#daae10 hex color red value is 218, green value is 174 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #daae10 hue: 0.13 , saturation: 0.86 and the lightness value of daae10 is 0.46.

The process color (four color CMYK) of #daae10 color hex is 0.00, 0.20, 0.93, 0.15. Web safe color of #daae10 is #cc9900. Color #daae10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 00010000
Octal 332 256 20
Decimal 218 174 16
Hex DA AE 10

RGB Percentages of Color #daae10

%53.43
%42.65
%3.92

CMYK Percentages of Color #daae10

%0
%20
%93
%15

Triadic Colors of #daae10

#daae10 #10daae #ae10da

Analogous Colors of #daae10

#daae10 #a1da10 #da4910

Monochromatic Colors of #daae10

#daae10

Complementary Color

#daae10 #103cda

#daae10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae10 Color CSS Codes

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

#daae10 Text Font Color

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

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


#daae10 Background Color

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

This div background color is #daae10


#daae10 Border Color

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

This div border color is #daae10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae10


Comments

No comments written yet.

Please login to write comment.