Color Hex Logo

#daee1f Color Hex

#DAEE1F
(218,238,31)
0 Favorites   0 Comments

Color spaces of #daee1f

RGB 21823831
HSL0.180.860.53
HSV66°87°93°
CMYK 0.080.000.87   0.07
XYZ59.735376.153412.8470
Yxy76.15340.40160.5120
Hunter Lab87.2659-30.528552.3577
CIE-Lab89.9305-28.310784.5445

#daee1f color RGB value is (218,238,31).

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

The process color (four color CMYK) of #daee1f color hex is 0.08, 0.00, 0.87, 0.07. Web safe color of #daee1f is #ccff33. Color #daee1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00011111
Octal 332 356 37
Decimal 218 238 31
Hex DA EE 1F

RGB Percentages of Color #daee1f

%44.76
%48.87
%6.37

CMYK Percentages of Color #daee1f

%8
%0
%87
%7

Triadic Colors of #daee1f

#daee1f #1fdaee #ee1fda

Analogous Colors of #daee1f

#daee1f #73ee1f #ee9b1f

Monochromatic Colors of #daee1f

#daee1f

Complementary Color

#daee1f #331fee

#daee1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee1f Color CSS Codes

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

#daee1f Text Font Color

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

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


#daee1f Background Color

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

This div background color is #daee1f


#daee1f Border Color

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

This div border color is #daee1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee1f

#daee1f Color Palettes


Comments

No comments written yet.

Please login to write comment.