Color Hex Logo

#daea17 Color Hex

#DAEA17
(218,234,23)
0 Favorites   0 Comments

Color spaces of #daea17

RGB 21823423
HSL0.180.830.50
HSV65°90°92°
CMYK 0.070.000.90   0.08
XYZ58.490973.812911.9751
Yxy73.81290.40540.5116
Hunter Lab85.9144-28.826751.8760
CIE-Lab88.8340-26.579284.9253

#daea17 color RGB value is (218,234,23).

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

The process color (four color CMYK) of #daea17 color hex is 0.07, 0.00, 0.90, 0.08. Web safe color of #daea17 is #ccff00. Color #daea17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 00010111
Octal 332 352 27
Decimal 218 234 23
Hex DA EA 17

RGB Percentages of Color #daea17

%45.89
%49.26
%4.84

CMYK Percentages of Color #daea17

%7
%0
%90
%8

Triadic Colors of #daea17

#daea17 #17daea #ea17da

Analogous Colors of #daea17

#daea17 #71ea17 #ea9117

Monochromatic Colors of #daea17

#daea17

Complementary Color

#daea17 #2717ea

#daea17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daea17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daea17 Color CSS Codes

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

#daea17 Text Font Color

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

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


#daea17 Background Color

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

This div background color is #daea17


#daea17 Border Color

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

This div border color is #daea17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daea17


Comments

No comments written yet.

Please login to write comment.