Color Hex Logo

#daef1e Color Hex

#DAEF1E
(218,239,30)
0 Favorites   0 Comments

Color spaces of #daef1e

RGB 21823930
HSL0.180.870.53
HSV66°87°94°
CMYK 0.090.000.87   0.06
XYZ60.014376.732212.8760
Yxy76.73220.40110.5128
Hunter Lab87.5969-31.000952.6027
CIE-Lab90.1982-28.798884.9323

#daef1e color RGB value is (218,239,30).

#daef1e hex color red value is 218, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #daef1e hue: 0.18 , saturation: 0.87 and the lightness value of daef1e is 0.53.

The process color (four color CMYK) of #daef1e color hex is 0.09, 0.00, 0.87, 0.06. Web safe color of #daef1e is #ccff33. Color #daef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 00011110
Octal 332 357 36
Decimal 218 239 30
Hex DA EF 1E

RGB Percentages of Color #daef1e

%44.76
%49.08
%6.16

CMYK Percentages of Color #daef1e

%9
%0
%87
%6

Triadic Colors of #daef1e

#daef1e #1edaef #ef1eda

Analogous Colors of #daef1e

#daef1e #72ef1e #ef9c1e

Monochromatic Colors of #daef1e

#daef1e

Complementary Color

#daef1e #331eef

#daef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef1e Color CSS Codes

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

#daef1e Text Font Color

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

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


#daef1e Background Color

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

This div background color is #daef1e


#daef1e Border Color

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

This div border color is #daef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef1e


Comments

No comments written yet.

Please login to write comment.