Color Hex Logo

#dae32a Color Hex

#DAE32A
(218,227,42)
0 Favorites   0 Comments

Color spaces of #dae32a

RGB 21822742
HSL0.170.770.53
HSV63°81°89°
CMYK 0.040.000.81   0.11
XYZ56.800470.010812.7102
Yxy70.01080.40710.5018
Hunter Lab83.6725-25.253549.5643
CIE-Lab87.0022-22.820879.8450

#dae32a color RGB value is (218,227,42).

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

The process color (four color CMYK) of #dae32a color hex is 0.04, 0.00, 0.81, 0.11. Web safe color of #dae32a is #cccc33. Color #dae32a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 00101010
Octal 332 343 52
Decimal 218 227 42
Hex DA E3 2A

RGB Percentages of Color #dae32a

%44.76
%46.61
%8.62

CMYK Percentages of Color #dae32a

%4
%0
%81
%11

Triadic Colors of #dae32a

#dae32a #2adae3 #e32ada

Analogous Colors of #dae32a

#dae32a #7ee32a #e3902a

Monochromatic Colors of #dae32a

#dae32a

Complementary Color

#dae32a #332ae3

#dae32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae32a Color CSS Codes

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

#dae32a Text Font Color

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

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


#dae32a Background Color

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

This div background color is #dae32a


#dae32a Border Color

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

This div border color is #dae32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae32a


Comments

No comments written yet.

Please login to write comment.