Color Hex Logo

#adae05 Color Hex

#ADAE05
(173,174,5)
0 Favorites   0 Comments

Color spaces of #adae05

RGB 1731745
HSL0.170.940.35
HSV60°97°68°
CMYK 0.010.000.97   0.32
XYZ32.397039.16735.9961
Yxy39.16730.41770.5050
Hunter Lab62.5838-17.119738.1281
CIE-Lab68.8723-16.560870.2406

#adae05 color RGB value is (173,174,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00000101
Octal 255 256 5
Decimal 173 174 5
Hex AD AE 5

RGB Percentages of Color #adae05

%49.15
%49.43
%1.42

CMYK Percentages of Color #adae05

%1
%0
%97
%32

Triadic Colors of #adae05

#adae05 #05adae #ae05ad

Analogous Colors of #adae05

#adae05 #58ae05 #ae5b05

Monochromatic Colors of #adae05

#adae05

Complementary Color

#adae05 #0605ae

#adae05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae05 Color CSS Codes

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

#adae05 Text Font Color

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

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


#adae05 Background Color

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

This div background color is #adae05


#adae05 Border Color

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

This div border color is #adae05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,174,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae05


Comments

No comments written yet.

Please login to write comment.