color codes Logo

#dae32e color codes

#DAE32E
(218,227,46)
0 Favorites   0 Comments

Color spaces of #dae32e

RGB 21822746
HSL0.170.760.54
HSV63°80°89°
CMYK 0.040.000.80   0.11
XYZ56.875770.040913.1063
Yxy70.04090.40620.5002
Hunter Lab83.6904-25.150449.2982
CIE-Lab87.0169-22.698478.8655

#dae32e color RGB value is (218,227,46).

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

The process color (four color CMYK) of #dae32e color code is 0.04, 0.00, 0.80, 0.11. Web safe color of #dae32e is #cccc33. Color #dae32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 00101110
Octal 332 343 56
Decimal 218 227 46
Hex DA E3 2E

RGB Percentages of Color #dae32e

%44.40
%46.23
%9.37

CMYK Percentages of Color #dae32e

%4
%0
%80
%11

Triadic Colors of #dae32e

#dae32e #2edae3 #e32eda

Analogous Colors of #dae32e

#dae32e #80e32e #e3922e

Monochromatic Colors of #dae32e

#dae32e

Complementary Color

#dae32e #372ee3

#dae32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae32e Color CSS Codes

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

#dae32e Text Font Color

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

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


#dae32e Background Color

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

This div background color is #dae32e


#dae32e Border Color

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

This div border color is #dae32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae32e


Comments

No comments written yet.

Please login to write comment.