Color Hex Logo

#daee24 Color Hex

#DAEE24
(218,238,36)
0 Favorites   0 Comments

Color spaces of #daee24

RGB 21823836
HSL0.180.860.54
HSV66°85°93°
CMYK 0.080.000.85   0.07
XYZ59.806476.181913.2215
Yxy76.18190.40080.5106
Hunter Lab87.2822-30.434552.1163
CIE-Lab89.9437-28.197883.6232

#daee24 color RGB value is (218,238,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00100100
Octal 332 356 44
Decimal 218 238 36
Hex DA EE 24

RGB Percentages of Color #daee24

%44.31
%48.37
%7.32

CMYK Percentages of Color #daee24

%8
%0
%85
%7

Triadic Colors of #daee24

#daee24 #24daee #ee24da

Analogous Colors of #daee24

#daee24 #75ee24 #ee9d24

Monochromatic Colors of #daee24

#daee24

Complementary Color

#daee24 #3824ee

#daee24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee24 Color CSS Codes

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

#daee24 Text Font Color

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

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


#daee24 Background Color

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

This div background color is #daee24


#daee24 Border Color

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

This div border color is #daee24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee24


Comments

No comments written yet.

Please login to write comment.