Color Hex Logo

#dae02b Color Hex

#DAE02B
(218,224,43)
0 Favorites   0 Comments

Color spaces of #dae02b

RGB 21822443
HSL0.170.740.52
HSV62°81°88°
CMYK 0.030.000.81   0.12
XYZ56.005168.391212.5345
Yxy68.39120.40900.4995
Hunter Lab82.6990-23.840148.9028
CIE-Lab86.2017-21.345378.9174

#dae02b color RGB value is (218,224,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00101011
Octal 332 340 53
Decimal 218 224 43
Hex DA E0 2B

RGB Percentages of Color #dae02b

%44.95
%46.19
%8.87

CMYK Percentages of Color #dae02b

%3
%0
%81
%12

Triadic Colors of #dae02b

#dae02b #2bdae0 #e02bda

Analogous Colors of #dae02b

#dae02b #80e02b #e08c2b

Monochromatic Colors of #dae02b

#dae02b

Complementary Color

#dae02b #312be0

#dae02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae02b Color CSS Codes

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

#dae02b Text Font Color

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

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


#dae02b Background Color

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

This div background color is #dae02b


#dae02b Border Color

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

This div border color is #dae02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae02b


Comments

No comments written yet.

Please login to write comment.