Color Hex Logo

#daef5e Color Hex

#DAEF5E
(218,239,94)
0 Favorites   0 Comments

Color spaces of #daef5e

RGB 21823994
HSL0.190.820.65
HSV69°61°94°
CMYK 0.090.000.61   0.06
XYZ61.800377.446622.2811
Yxy77.44660.38260.4795
Hunter Lab88.0037-28.655646.5914
CIE-Lab90.5268-26.001465.8098

#daef5e color RGB value is (218,239,94).

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

The process color (four color CMYK) of #daef5e color hex is 0.09, 0.00, 0.61, 0.06. Web safe color of #daef5e is #ccff66. Color #daef5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 01011110
Octal 332 357 136
Decimal 218 239 94
Hex DA EF 5E

RGB Percentages of Color #daef5e

%39.56
%43.38
%17.06

CMYK Percentages of Color #daef5e

%9
%0
%61
%6

Triadic Colors of #daef5e

#daef5e #5edaef #ef5eda

Analogous Colors of #daef5e

#daef5e #92ef5e #efbc5e

Monochromatic Colors of #daef5e

#daef5e

Complementary Color

#daef5e #735eef

#daef5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef5e Color CSS Codes

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

#daef5e Text Font Color

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

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


#daef5e Background Color

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

This div background color is #daef5e


#daef5e Border Color

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

This div border color is #daef5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef5e


Comments

No comments written yet.

Please login to write comment.