Color Hex Logo

#dae02d Color Hex

#DAE02D
(218,224,45)
0 Favorites   0 Comments

Color spaces of #dae02d

RGB 21822445
HSL0.170.740.53
HSV62°80°88°
CMYK 0.030.000.80   0.12
XYZ56.042868.406212.7326
Yxy68.40620.40850.4987
Hunter Lab82.7080-23.787848.7682
CIE-Lab86.2092-21.283578.4204

#dae02d color RGB value is (218,224,45).

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

The process color (four color CMYK) of #dae02d color hex is 0.03, 0.00, 0.80, 0.12. Web safe color of #dae02d is #cccc33. Color #dae02d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00101101
Octal 332 340 55
Decimal 218 224 45
Hex DA E0 2D

RGB Percentages of Color #dae02d

%44.76
%46.00
%9.24

CMYK Percentages of Color #dae02d

%3
%0
%80
%12

Triadic Colors of #dae02d

#dae02d #2ddae0 #e02dda

Analogous Colors of #dae02d

#dae02d #81e02d #e08d2d

Monochromatic Colors of #dae02d

#dae02d

Complementary Color

#dae02d #332de0

#dae02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae02d Color CSS Codes

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

#dae02d Text Font Color

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

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


#dae02d Background Color

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

This div background color is #dae02d


#dae02d Border Color

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

This div border color is #dae02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae02d


Comments

No comments written yet.

Please login to write comment.