Color Hex Logo

#daea2d Color Hex

#DAEA2D
(218,234,45)
0 Favorites   0 Comments

Color spaces of #daea2d

RGB 21823445
HSL0.180.820.55
HSV65°81°92°
CMYK 0.070.000.81   0.08
XYZ58.809973.940513.6550
Yxy73.94050.40170.5050
Hunter Lab85.9887-28.399350.7768
CIE-Lab88.8944-26.067780.7432

#daea2d color RGB value is (218,234,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00101101
Octal 332 352 55
Decimal 218 234 45
Hex DA EA 2D

RGB Percentages of Color #daea2d

%43.86
%47.08
%9.05

CMYK Percentages of Color #daea2d

%7
%0
%81
%8

Triadic Colors of #daea2d

#daea2d #2ddaea #ea2dda

Analogous Colors of #daea2d

#daea2d #7cea2d #ea9c2d

Monochromatic Colors of #daea2d

#daea2d

Complementary Color

#daea2d #3d2dea

#daea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea2d Color CSS Codes

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

#daea2d Text Font Color

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

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


#daea2d Background Color

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

This div background color is #daea2d


#daea2d Border Color

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

This div border color is #daea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea2d


Comments

No comments written yet.

Please login to write comment.