Color Hex Logo

#daed50 Color Hex

#DAED50
(218,237,80)
0 Favorites   0 Comments

Color spaces of #daed50

RGB 21823780
HSL0.190.810.62
HSV67°66°93°
CMYK 0.080.000.66   0.07
XYZ60.645676.053019.0727
Yxy76.05300.38930.4882
Hunter Lab87.2084-28.483948.0790
CIE-Lab89.8839-25.945470.6541

#daed50 color RGB value is (218,237,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01010000
Octal 332 355 120
Decimal 218 237 80
Hex DA ED 50

RGB Percentages of Color #daed50

%40.75
%44.30
%14.95

CMYK Percentages of Color #daed50

%8
%0
%66
%7

Triadic Colors of #daed50

#daed50 #50daed #ed50da

Analogous Colors of #daed50

#daed50 #8ced50 #edb250

Monochromatic Colors of #daed50

#daed50

Complementary Color

#daed50 #6350ed

#daed50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed50 Color CSS Codes

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

#daed50 Text Font Color

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

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


#daed50 Background Color

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

This div background color is #daed50


#daed50 Border Color

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

This div border color is #daed50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed50


Comments

No comments written yet.

Please login to write comment.