Color Hex Logo

#dae052 Color Hex

#DAE052
(218,224,82)
0 Favorites   0 Comments

Color spaces of #dae052

RGB 21822482
HSL0.170.700.60
HSV63°63°88°
CMYK 0.030.000.63   0.12
XYZ57.092168.825918.2583
Yxy68.82590.39600.4774
Hunter Lab82.9614-22.342845.0243
CIE-Lab86.4178-19.582166.2939

#dae052 color RGB value is (218,224,82).

#dae052 hex color red value is 218, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dae052 hue: 0.17 , saturation: 0.70 and the lightness value of dae052 is 0.60.

The process color (four color CMYK) of #dae052 color hex is 0.03, 0.00, 0.63, 0.12. Web safe color of #dae052 is #cccc66. Color #dae052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 01010010
Octal 332 340 122
Decimal 218 224 82
Hex DA E0 52

RGB Percentages of Color #dae052

%41.60
%42.75
%15.65

CMYK Percentages of Color #dae052

%3
%0
%63
%12

Triadic Colors of #dae052

#dae052 #52dae0 #e052da

Analogous Colors of #dae052

#dae052 #93e052 #e09f52

Monochromatic Colors of #dae052

#dae052

Complementary Color

#dae052 #5852e0

#dae052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae052 Color CSS Codes

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

#dae052 Text Font Color

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

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


#dae052 Background Color

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

This div background color is #dae052


#dae052 Border Color

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

This div border color is #dae052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae052


Comments

No comments written yet.

Please login to write comment.