Color Hex Logo

#daee1d Color Hex

#DAEE1D
(218,238,29)
0 Favorites   0 Comments

Color spaces of #daee1d

RGB 21823829
HSL0.180.860.52
HSV66°88°93°
CMYK 0.080.000.88   0.07
XYZ59.709776.143212.7125
Yxy76.14320.40190.5125
Hunter Lab87.2601-30.562452.4444
CIE-Lab89.9258-28.351584.8799

#daee1d color RGB value is (218,238,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00011101
Octal 332 356 35
Decimal 218 238 29
Hex DA EE 1D

RGB Percentages of Color #daee1d

%44.95
%49.07
%5.98

CMYK Percentages of Color #daee1d

%8
%0
%88
%7

Triadic Colors of #daee1d

#daee1d #1ddaee #ee1dda

Analogous Colors of #daee1d

#daee1d #72ee1d #ee9a1d

Monochromatic Colors of #daee1d

#daee1d

Complementary Color

#daee1d #311dee

#daee1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee1d Color CSS Codes

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

#daee1d Text Font Color

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

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


#daee1d Background Color

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

This div background color is #daee1d


#daee1d Border Color

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

This div border color is #daee1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee1d


Comments

No comments written yet.

Please login to write comment.