Color Hex Logo

#daee1a Color Hex

#DAEE1A
(218,238,26)
0 Favorites   0 Comments

Color spaces of #daee1a

RGB 21823826
HSL0.180.860.52
HSV66°89°93°
CMYK 0.080.000.89   0.07
XYZ59.674476.129112.5265
Yxy76.12910.40230.5132
Hunter Lab87.2520-30.609252.5643
CIE-Lab89.9192-28.407785.3477

#daee1a color RGB value is (218,238,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00011010
Octal 332 356 32
Decimal 218 238 26
Hex DA EE 1A

RGB Percentages of Color #daee1a

%45.23
%49.38
%5.39

CMYK Percentages of Color #daee1a

%8
%0
%89
%7

Triadic Colors of #daee1a

#daee1a #1adaee #ee1ada

Analogous Colors of #daee1a

#daee1a #70ee1a #ee981a

Monochromatic Colors of #daee1a

#daee1a

Complementary Color

#daee1a #2e1aee

#daee1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee1a Color CSS Codes

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

#daee1a Text Font Color

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

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


#daee1a Background Color

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

This div background color is #daee1a


#daee1a Border Color

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

This div border color is #daee1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee1a


Comments

No comments written yet.

Please login to write comment.