Color Hex Logo

#dae014 Color Hex

#DAE014
(218,224,20)
0 Favorites   0 Comments

Color spaces of #dae014

RGB 21822420
HSL0.170.840.48
HSV62°91°88°
CMYK 0.030.000.91   0.12
XYZ55.695468.267210.9033
Yxy68.26720.41300.5062
Hunter Lab82.6240-24.268250.0127
CIE-Lab86.1399-21.853083.2289

#dae014 color RGB value is (218,224,20).

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

The process color (four color CMYK) of #dae014 color hex is 0.03, 0.00, 0.91, 0.12. Web safe color of #dae014 is #cccc00. Color #dae014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00010100
Octal 332 340 24
Decimal 218 224 20
Hex DA E0 14

RGB Percentages of Color #dae014

%47.19
%48.48
%4.33

CMYK Percentages of Color #dae014

%3
%0
%91
%12

Triadic Colors of #dae014

#dae014 #14dae0 #e014da

Analogous Colors of #dae014

#dae014 #74e014 #e08014

Monochromatic Colors of #dae014

#dae014

Complementary Color

#dae014 #1a14e0

#dae014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae014 Color CSS Codes

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

#dae014 Text Font Color

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

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


#dae014 Background Color

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

This div background color is #dae014


#dae014 Border Color

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

This div border color is #dae014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae014


Comments

No comments written yet.

Please login to write comment.