Color Hex Logo

#dae217 Color Hex

#DAE217
(218,226,23)
0 Favorites   0 Comments

Color spaces of #dae217

RGB 21822623
HSL0.170.820.49
HSV62°90°89°
CMYK 0.040.000.90   0.11
XYZ56.264569.360011.2330
Yxy69.36000.41110.5068
Hunter Lab83.2827-25.152750.3009
CIE-Lab86.6820-22.769583.2367

#dae217 color RGB value is (218,226,23).

#dae217 hex color red value is 218, green value is 226 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dae217 hue: 0.17 , saturation: 0.82 and the lightness value of dae217 is 0.49.

The process color (four color CMYK) of #dae217 color hex is 0.04, 0.00, 0.90, 0.11. Web safe color of #dae217 is #cccc00. Color #dae217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 00010111
Octal 332 342 27
Decimal 218 226 23
Hex DA E2 17

RGB Percentages of Color #dae217

%46.68
%48.39
%4.93

CMYK Percentages of Color #dae217

%4
%0
%90
%11

Triadic Colors of #dae217

#dae217 #17dae2 #e217da

Analogous Colors of #dae217

#dae217 #75e217 #e28517

Monochromatic Colors of #dae217

#dae217

Complementary Color

#dae217 #1f17e2

#dae217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae217 Color CSS Codes

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

#dae217 Text Font Color

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

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


#dae217 Background Color

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

This div background color is #dae217


#dae217 Border Color

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

This div border color is #dae217


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,226,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 #dae217">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae217


Comments

No comments written yet.

Please login to write comment.