Color Hex Logo

#daed45 Color Hex

#DAED45
(218,237,69)
0 Favorites   0 Comments

Color spaces of #daed45

RGB 21823769
HSL0.190.820.60
HSV67°71°93°
CMYK 0.080.000.71   0.07
XYZ60.271875.903517.1044
Yxy75.90350.39320.4952
Hunter Lab87.1226-28.977549.3457
CIE-Lab89.8145-26.532474.5245

#daed45 color RGB value is (218,237,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 01000101
Octal 332 355 105
Decimal 218 237 69
Hex DA ED 45

RGB Percentages of Color #daed45

%41.60
%45.23
%13.17

CMYK Percentages of Color #daed45

%8
%0
%71
%7

Triadic Colors of #daed45

#daed45 #45daed #ed45da

Analogous Colors of #daed45

#daed45 #86ed45 #edac45

Monochromatic Colors of #daed45

#daed45

Complementary Color

#daed45 #5845ed

#daed45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daed45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daed45 Color CSS Codes

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

#daed45 Text Font Color

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

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


#daed45 Background Color

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

This div background color is #daed45


#daed45 Border Color

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

This div border color is #daed45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daed45


Comments

No comments written yet.

Please login to write comment.