Color Hex Logo

#dae414 Color Hex

#DAE414
(218,228,20)
0 Favorites   0 Comments

Color spaces of #dae414

RGB 21822820
HSL0.170.840.49
HSV63°91°89°
CMYK 0.040.000.91   0.11
XYZ56.783170.442711.2658
Yxy70.44270.41000.5086
Hunter Lab83.9301-26.113350.7927
CIE-Lab87.2135-23.774684.0619

#dae414 color RGB value is (218,228,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 00010100
Octal 332 344 24
Decimal 218 228 20
Hex DA E4 14

RGB Percentages of Color #dae414

%46.78
%48.93
%4.29

CMYK Percentages of Color #dae414

%4
%0
%91
%11

Triadic Colors of #dae414

#dae414 #14dae4 #e414da

Analogous Colors of #dae414

#dae414 #72e414 #e48614

Monochromatic Colors of #dae414

#dae414

Complementary Color

#dae414 #1e14e4

#dae414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae414 Color CSS Codes

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

#dae414 Text Font Color

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

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


#dae414 Background Color

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

This div background color is #dae414


#dae414 Border Color

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

This div border color is #dae414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae414


Comments

No comments written yet.

Please login to write comment.