Color Hex Logo

#dae616 Color Hex

#DAE616
(218,230,22)
0 Favorites   0 Comments

Color spaces of #dae616

RGB 21823022
HSL0.180.830.49
HSV63°90°90°
CMYK 0.050.000.90   0.10
XYZ57.355171.557011.5480
Yxy71.55700.40830.5094
Hunter Lab84.5914-27.007451.1200
CIE-Lab87.7549-24.698984.2178

#dae616 color RGB value is (218,230,22).

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

The process color (four color CMYK) of #dae616 color hex is 0.05, 0.00, 0.90, 0.10. Web safe color of #dae616 is #ccff00. Color #dae616 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00010110
Octal 332 346 26
Decimal 218 230 22
Hex DA E6 16

RGB Percentages of Color #dae616

%46.38
%48.94
%4.68

CMYK Percentages of Color #dae616

%5
%0
%90
%10

Triadic Colors of #dae616

#dae616 #16dae6 #e616da

Analogous Colors of #dae616

#dae616 #72e616 #e68a16

Monochromatic Colors of #dae616

#dae616

Complementary Color

#dae616 #2216e6

#dae616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae616 Color CSS Codes

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

#dae616 Text Font Color

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

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


#dae616 Background Color

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

This div background color is #dae616


#dae616 Border Color

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

This div border color is #dae616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae616


Comments

No comments written yet.

Please login to write comment.