Color Hex Logo

#dae70e Color Hex

#DAE70E
(218,231,14)
0 Favorites   0 Comments

Color spaces of #dae70e

RGB 21823114
HSL0.180.890.48
HSV64°94°91°
CMYK 0.060.000.94   0.09
XYZ57.568672.089011.2958
Yxy72.08900.40840.5114
Hunter Lab84.9052-27.555251.5457
CIE-Lab88.0114-25.280885.3543

#dae70e color RGB value is (218,231,14).

#dae70e hex color red value is 218, green value is 231 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dae70e hue: 0.18 , saturation: 0.89 and the lightness value of dae70e is 0.48.

The process color (four color CMYK) of #dae70e color hex is 0.06, 0.00, 0.94, 0.09. Web safe color of #dae70e is #ccff00. Color #dae70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 00001110
Octal 332 347 16
Decimal 218 231 14
Hex DA E7 E

RGB Percentages of Color #dae70e

%47.08
%49.89
%3.02

CMYK Percentages of Color #dae70e

%6
%0
%94
%9

Triadic Colors of #dae70e

#dae70e #0edae7 #e70eda

Analogous Colors of #dae70e

#dae70e #6ee70e #e7880e

Monochromatic Colors of #dae70e

#dae70e

Complementary Color

#dae70e #1b0ee7

#dae70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae70e Color CSS Codes

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

#dae70e Text Font Color

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

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


#dae70e Background Color

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

This div background color is #dae70e


#dae70e Border Color

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

This div border color is #dae70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae70e


Comments

No comments written yet.

Please login to write comment.