Color Hex Logo

#daee5f Color Hex

#DAEE5F
(218,238,95)
0 Favorites   0 Comments

Color spaces of #daee5f

RGB 21823895
HSL0.190.810.65
HSV68°60°93°
CMYK 0.080.000.60   0.07
XYZ61.553576.880722.4217
Yxy76.88070.38270.4779
Hunter Lab87.6816-28.133946.2157
CIE-Lab90.2667-25.457765.1140

#daee5f color RGB value is (218,238,95).

#daee5f hex color red value is 218, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #daee5f hue: 0.19 , saturation: 0.81 and the lightness value of daee5f is 0.65.

The process color (four color CMYK) of #daee5f color hex is 0.08, 0.00, 0.60, 0.07. Web safe color of #daee5f is #ccff66. Color #daee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 01011111
Octal 332 356 137
Decimal 218 238 95
Hex DA EE 5F

RGB Percentages of Color #daee5f

%39.56
%43.19
%17.24

CMYK Percentages of Color #daee5f

%8
%0
%60
%7

Triadic Colors of #daee5f

#daee5f #5fdaee #ee5fda

Analogous Colors of #daee5f

#daee5f #93ee5f #eebb5f

Monochromatic Colors of #daee5f

#daee5f

Complementary Color

#daee5f #735fee

#daee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee5f Color CSS Codes

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

#daee5f Text Font Color

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

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


#daee5f Background Color

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

This div background color is #daee5f


#daee5f Border Color

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

This div border color is #daee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee5f


Comments

No comments written yet.

Please login to write comment.