Color Hex Logo

#daee04 Color Hex

#DAEE04
(218,238,4)
0 Favorites   0 Comments

Color spaces of #daee04

RGB 2182384
HSL0.180.970.47
HSV65°98°93°
CMYK 0.080.000.98   0.07
XYZ59.509976.063311.6600
Yxy76.06330.40420.5166
Hunter Lab87.2143-30.827153.1233
CIE-Lab89.8887-28.669987.5917

#daee04 color RGB value is (218,238,4).

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

The process color (four color CMYK) of #daee04 color hex is 0.08, 0.00, 0.98, 0.07. Web safe color of #daee04 is #ccff00. Color #daee04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00000100
Octal 332 356 4
Decimal 218 238 4
Hex DA EE 4

RGB Percentages of Color #daee04

%47.39
%51.74
%0.87

CMYK Percentages of Color #daee04

%8
%0
%98
%7

Triadic Colors of #daee04

#daee04 #04daee #ee04da

Analogous Colors of #daee04

#daee04 #65ee04 #ee8d04

Monochromatic Colors of #daee04

#daee04

Complementary Color

#daee04 #1804ee

#daee04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee04 Color CSS Codes

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

#daee04 Text Font Color

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

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


#daee04 Background Color

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

This div background color is #daee04


#daee04 Border Color

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

This div border color is #daee04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee04


Comments

No comments written yet.

Please login to write comment.