Color Hex Logo

#daed2a Color Hex

#DAED2A
(218,237,42)
0 Favorites   0 Comments

Color spaces of #daed2a

RGB 21823742
HSL0.180.840.55
HSV66°82°93°
CMYK 0.080.000.82   0.07
XYZ59.615575.641013.6486
Yxy75.64100.40040.5080
Hunter Lab86.9718-29.846551.5758
CIE-Lab89.6924-27.570882.1347

#daed2a color RGB value is (218,237,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 00101010
Octal 332 355 52
Decimal 218 237 42
Hex DA ED 2A

RGB Percentages of Color #daed2a

%43.86
%47.69
%8.45

CMYK Percentages of Color #daed2a

%8
%0
%82
%7

Triadic Colors of #daed2a

#daed2a #2adaed #ed2ada

Analogous Colors of #daed2a

#daed2a #79ed2a #ed9f2a

Monochromatic Colors of #daed2a

#daed2a

Complementary Color

#daed2a #3d2aed

#daed2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed2a Color CSS Codes

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

#daed2a Text Font Color

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

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


#daed2a Background Color

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

This div background color is #daed2a


#daed2a Border Color

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

This div border color is #daed2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed2a


Comments

No comments written yet.

Please login to write comment.