Color Hex Logo

#adae0e Color Hex

#ADAE0E
(173,174,14)
0 Favorites   0 Comments

Color spaces of #adae0e

RGB 17317414
HSL0.170.850.37
HSV60°92°68°
CMYK 0.010.000.92   0.32
XYZ32.448939.18806.2693
Yxy39.18800.41650.5030
Hunter Lab62.6003-17.025037.8824
CIE-Lab68.8872-16.438869.1278

#adae0e color RGB value is (173,174,14).

#adae0e hex color red value is 173, green value is 174 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adae0e hue: 0.17 , saturation: 0.85 and the lightness value of adae0e is 0.37.

The process color (four color CMYK) of #adae0e color hex is 0.01, 0.00, 0.92, 0.32. Web safe color of #adae0e is #999900. Color #adae0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00001110
Octal 255 256 16
Decimal 173 174 14
Hex AD AE E

RGB Percentages of Color #adae0e

%47.92
%48.20
%3.88

CMYK Percentages of Color #adae0e

%1
%0
%92
%32

Triadic Colors of #adae0e

#adae0e #0eadae #ae0ead

Analogous Colors of #adae0e

#adae0e #5dae0e #ae5f0e

Monochromatic Colors of #adae0e

#adae0e

Complementary Color

#adae0e #0f0eae

#adae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae0e Color CSS Codes

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

#adae0e Text Font Color

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

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


#adae0e Background Color

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

This div background color is #adae0e


#adae0e Border Color

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

This div border color is #adae0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae0e


Comments

No comments written yet.

Please login to write comment.