Color Hex Logo

#daea2f Color Hex

#DAEA2F
(218,234,47)
0 Favorites   0 Comments

Color spaces of #daea2f

RGB 21823447
HSL0.180.820.55
HSV65°80°92°
CMYK 0.070.000.80   0.08
XYZ58.849473.956313.8626
Yxy73.95630.40120.5042
Hunter Lab85.9978-28.346550.6411
CIE-Lab88.9018-26.004580.2513

#daea2f color RGB value is (218,234,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00101111
Octal 332 352 57
Decimal 218 234 47
Hex DA EA 2F

RGB Percentages of Color #daea2f

%43.69
%46.89
%9.42

CMYK Percentages of Color #daea2f

%7
%0
%80
%8

Triadic Colors of #daea2f

#daea2f #2fdaea #ea2fda

Analogous Colors of #daea2f

#daea2f #7dea2f #ea9d2f

Monochromatic Colors of #daea2f

#daea2f

Complementary Color

#daea2f #3f2fea

#daea2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea2f Color CSS Codes

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

#daea2f Text Font Color

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

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


#daea2f Background Color

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

This div background color is #daea2f


#daea2f Border Color

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

This div border color is #daea2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea2f


Comments

No comments written yet.

Please login to write comment.