Color Hex Logo

#daed2e Color Hex

#DAED2E
(218,237,46)
0 Favorites   0 Comments

Color spaces of #daed2e

RGB 21823746
HSL0.180.840.55
HSV66°81°93°
CMYK 0.080.000.81   0.07
XYZ59.690875.671114.0447
Yxy75.67110.39950.5065
Hunter Lab86.9891-29.746651.3198
CIE-Lab89.7064-27.451181.1998

#daed2e color RGB value is (218,237,46).

#daed2e hex color red value is 218, green value is 237 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #daed2e hue: 0.18 , saturation: 0.84 and the lightness value of daed2e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00101110
Octal 332 355 56
Decimal 218 237 46
Hex DA ED 2E

RGB Percentages of Color #daed2e

%43.51
%47.31
%9.18

CMYK Percentages of Color #daed2e

%8
%0
%81
%7

Triadic Colors of #daed2e

#daed2e #2edaed #ed2eda

Analogous Colors of #daed2e

#daed2e #7bed2e #eda12e

Monochromatic Colors of #daed2e

#daed2e

Complementary Color

#daed2e #412eed

#daed2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed2e Color CSS Codes

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

#daed2e Text Font Color

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

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


#daed2e Background Color

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

This div background color is #daed2e


#daed2e Border Color

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

This div border color is #daed2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed2e


Comments

No comments written yet.

Please login to write comment.