Color Hex Logo

#daed61 Color Hex

#DAED61
(218,237,97)
0 Favorites   0 Comments

Color spaces of #daed61

RGB 21823797
HSL0.190.800.65
HSV68°59°93°
CMYK 0.080.000.59   0.07
XYZ61.355376.336922.8100
Yxy76.33690.38230.4756
Hunter Lab87.3710-27.549645.6808
CIE-Lab90.0155-24.840064.0031

#daed61 color RGB value is (218,237,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01100001
Octal 332 355 141
Decimal 218 237 97
Hex DA ED 61

RGB Percentages of Color #daed61

%39.49
%42.93
%17.57

CMYK Percentages of Color #daed61

%8
%0
%59
%7

Triadic Colors of #daed61

#daed61 #61daed #ed61da

Analogous Colors of #daed61

#daed61 #94ed61 #edba61

Monochromatic Colors of #daed61

#daed61

Complementary Color

#daed61 #7461ed

#daed61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed61 Color CSS Codes

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

#daed61 Text Font Color

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

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


#daed61 Background Color

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

This div background color is #daed61


#daed61 Border Color

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

This div border color is #daed61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed61


Comments

No comments written yet.

Please login to write comment.