color codes Logo

#dae33e color codes

#DAE33E
(218,227,62)
0 Favorites   0 Comments

Color spaces of #dae33e

RGB 21822762
HSL0.180.750.57
HSV63°73°89°
CMYK 0.040.000.73   0.11
XYZ57.252070.191415.0882
Yxy70.19140.40170.4925
Hunter Lab83.7803-24.636047.9685
CIE-Lab87.0907-22.089074.2468

#dae33e color RGB value is (218,227,62).

#dae33e hex color red value is 218, green value is 227 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dae33e hue: 0.18 , saturation: 0.75 and the lightness value of dae33e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 00111110
Octal 332 343 76
Decimal 218 227 62
Hex DA E3 3E

RGB Percentages of Color #dae33e

%43.00
%44.77
%12.23

CMYK Percentages of Color #dae33e

%4
%0
%73
%11

Triadic Colors of #dae33e

#dae33e #3edae3 #e33eda

Analogous Colors of #dae33e

#dae33e #88e33e #e39a3e

Monochromatic Colors of #dae33e

#dae33e

Complementary Color

#dae33e #473ee3

#dae33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae33e Color CSS Codes

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

#dae33e Text Font Color

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

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


#dae33e Background Color

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

This div background color is #dae33e


#dae33e Border Color

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

This div border color is #dae33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae33e


Comments

No comments written yet.

Please login to write comment.