Color Hex Logo

#daea3f Color Hex

#DAEA3F
(218,234,63)
0 Favorites   0 Comments

Color spaces of #daea3f

RGB 21823463
HSL0.180.800.58
HSV66°73°92°
CMYK 0.070.000.73   0.08
XYZ59.233574.109915.8853
Yxy74.10990.39690.4966
Hunter Lab86.0871-27.832949.3204
CIE-Lab88.9744-25.392275.7033

#daea3f color RGB value is (218,234,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00111111
Octal 332 352 77
Decimal 218 234 63
Hex DA EA 3F

RGB Percentages of Color #daea3f

%42.33
%45.44
%12.23

CMYK Percentages of Color #daea3f

%7
%0
%73
%8

Triadic Colors of #daea3f

#daea3f #3fdaea #ea3fda

Analogous Colors of #daea3f

#daea3f #85ea3f #eaa53f

Monochromatic Colors of #daea3f

#daea3f

Complementary Color

#daea3f #4f3fea

#daea3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea3f Color CSS Codes

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

#daea3f Text Font Color

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

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


#daea3f Background Color

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

This div background color is #daea3f


#daea3f Border Color

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

This div border color is #daea3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea3f


Comments

No comments written yet.

Please login to write comment.