Color Hex Logo

#daea39 Color Hex

#DAEA39
(218,234,57)
0 Favorites   0 Comments

Color spaces of #daea39

RGB 21823457
HSL0.180.810.57
HSV65°76°92°
CMYK 0.070.000.76   0.08
XYZ59.074874.046515.0497
Yxy74.04650.39870.4997
Hunter Lab86.0503-28.045149.8657
CIE-Lab88.9445-25.644977.5311

#daea39 color RGB value is (218,234,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00111001
Octal 332 352 71
Decimal 218 234 57
Hex DA EA 39

RGB Percentages of Color #daea39

%42.83
%45.97
%11.20

CMYK Percentages of Color #daea39

%7
%0
%76
%8

Triadic Colors of #daea39

#daea39 #39daea #ea39da

Analogous Colors of #daea39

#daea39 #82ea39 #eaa239

Monochromatic Colors of #daea39

#daea39

Complementary Color

#daea39 #4939ea

#daea39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea39 Color CSS Codes

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

#daea39 Text Font Color

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

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


#daea39 Background Color

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

This div background color is #daea39


#daea39 Border Color

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

This div border color is #daea39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea39


Comments

No comments written yet.

Please login to write comment.