Color Hex Logo

#daed4d Color Hex

#DAED4D
(218,237,77)
0 Favorites   0 Comments

Color spaces of #daed4d

RGB 21823777
HSL0.190.820.62
HSV67°68°93°
CMYK 0.080.000.68   0.07
XYZ60.537276.009618.5019
Yxy76.00960.39040.4902
Hunter Lab87.1835-28.626948.4460
CIE-Lab89.8638-26.115271.7470

#daed4d color RGB value is (218,237,77).

#daed4d hex color red value is 218, green value is 237 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #daed4d hue: 0.19 , saturation: 0.82 and the lightness value of daed4d is 0.62.

The process color (four color CMYK) of #daed4d color hex is 0.08, 0.00, 0.68, 0.07. Web safe color of #daed4d is #ccff66. Color #daed4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01001101
Octal 332 355 115
Decimal 218 237 77
Hex DA ED 4D

RGB Percentages of Color #daed4d

%40.98
%44.55
%14.47

CMYK Percentages of Color #daed4d

%8
%0
%68
%7

Triadic Colors of #daed4d

#daed4d #4ddaed #ed4dda

Analogous Colors of #daed4d

#daed4d #8aed4d #edb04d

Monochromatic Colors of #daed4d

#daed4d

Complementary Color

#daed4d #604ded

#daed4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed4d Color CSS Codes

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

#daed4d Text Font Color

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

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


#daed4d Background Color

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

This div background color is #daed4d


#daed4d Border Color

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

This div border color is #daed4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed4d


Comments

No comments written yet.

Please login to write comment.