Color Hex Logo

#daee00 Color Hex

#DAEE00
(218,238,0)
0 Favorites   0 Comments

Color spaces of #daee00

RGB 2182380
HSL0.181.000.47
HSV65°100°93°
CMYK 0.080.001.00   0.07
XYZ59.488076.054511.5446
Yxy76.05450.40440.5171
Hunter Lab87.2092-30.856053.1978
CIE-Lab89.8846-28.704887.8990

#daee00 color RGB value is (218,238,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00000000
Octal 332 356 0
Decimal 218 238 0
Hex DA EE 0

RGB Percentages of Color #daee00

%47.81
%52.19
%0.00

CMYK Percentages of Color #daee00

%8
%0
%100
%7

Triadic Colors of #daee00

#daee00 #00daee #ee00da

Analogous Colors of #daee00

#daee00 #63ee00 #ee8b00

Monochromatic Colors of #daee00

#daee00

Complementary Color

#daee00 #1400ee

#daee00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee00 Color CSS Codes

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

#daee00 Text Font Color

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

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


#daee00 Background Color

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

This div background color is #daee00


#daee00 Border Color

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

This div border color is #daee00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee00


Comments

No comments written yet.

Please login to write comment.