Color Hex Logo

#dae84a Color Hex

#DAE84A
(218,232,74)
0 Favorites   0 Comments

Color spaces of #dae84a

RGB 21823274
HSL0.180.770.60
HSV65°68°91°
CMYK 0.060.000.68   0.09
XYZ59.006173.113117.4808
Yxy73.11310.39440.4887
Hunter Lab85.5062-26.456647.7332
CIE-Lab88.5016-23.901671.4750

#dae84a color RGB value is (218,232,74).

#dae84a hex color red value is 218, green value is 232 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dae84a hue: 0.18 , saturation: 0.77 and the lightness value of dae84a is 0.60.

The process color (four color CMYK) of #dae84a color hex is 0.06, 0.00, 0.68, 0.09. Web safe color of #dae84a is #ccff33. Color #dae84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01001010
Octal 332 350 112
Decimal 218 232 74
Hex DA E8 4A

RGB Percentages of Color #dae84a

%41.60
%44.27
%14.12

CMYK Percentages of Color #dae84a

%6
%0
%68
%9

Triadic Colors of #dae84a

#dae84a #4adae8 #e84ada

Analogous Colors of #dae84a

#dae84a #8be84a #e8a74a

Monochromatic Colors of #dae84a

#dae84a

Complementary Color

#dae84a #584ae8

#dae84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae84a Color CSS Codes

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

#dae84a Text Font Color

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

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


#dae84a Background Color

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

This div background color is #dae84a


#dae84a Border Color

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

This div border color is #dae84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae84a


Comments

No comments written yet.

Please login to write comment.