Color Hex Logo

#dae37e Color Hex

#DAE37E
(218,227,126)
0 Favorites   0 Comments

Color spaces of #dae37e

RGB 218227126
HSL0.180.640.69
HSV65°44°89°
CMYK 0.040.000.44   0.11
XYZ60.148471.350030.3404
Yxy71.35000.37170.4409
Hunter Lab84.4689-20.714837.8319
CIE-Lab87.6548-17.516548.0829

#dae37e color RGB value is (218,227,126).

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

The process color (four color CMYK) of #dae37e color hex is 0.04, 0.00, 0.44, 0.11. Web safe color of #dae37e is #cccc66. Color #dae37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01111110
Octal 332 343 176
Decimal 218 227 126
Hex DA E3 7E

RGB Percentages of Color #dae37e

%38.18
%39.75
%22.07

CMYK Percentages of Color #dae37e

%4
%0
%44
%11

Triadic Colors of #dae37e

#dae37e #7edae3 #e37eda

Analogous Colors of #dae37e

#dae37e #a8e37e #e3ba7e

Monochromatic Colors of #dae37e

#dae37e

Complementary Color

#dae37e #877ee3

#dae37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae37e Color CSS Codes

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

#dae37e Text Font Color

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

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


#dae37e Background Color

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

This div background color is #dae37e


#dae37e Border Color

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

This div border color is #dae37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae37e


Comments

No comments written yet.

Please login to write comment.