Color Hex Logo

#dae316 Color Hex

#DAE316
(218,227,22)
0 Favorites   0 Comments

Color spaces of #dae316

RGB 21822722
HSL0.170.820.49
HSV63°90°89°
CMYK 0.040.000.90   0.11
XYZ56.527369.901511.2721
Yxy69.90150.41050.5076
Hunter Lab83.6071-25.627550.5314
CIE-Lab86.9485-23.265783.5875

#dae316 color RGB value is (218,227,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 00010110
Octal 332 343 26
Decimal 218 227 22
Hex DA E3 16

RGB Percentages of Color #dae316

%46.68
%48.61
%4.71

CMYK Percentages of Color #dae316

%4
%0
%90
%11

Triadic Colors of #dae316

#dae316 #16dae3 #e316da

Analogous Colors of #dae316

#dae316 #74e316 #e38616

Monochromatic Colors of #dae316

#dae316

Complementary Color

#dae316 #1f16e3

#dae316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae316 Color CSS Codes

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

#dae316 Text Font Color

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

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


#dae316 Background Color

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

This div background color is #dae316


#dae316 Border Color

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

This div border color is #dae316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae316


Comments

No comments written yet.

Please login to write comment.