Color Hex Logo

#adae28 Color Hex

#ADAE28
(173,174,40)
0 Favorites   0 Comments

Color spaces of #adae28

RGB 17317440
HSL0.170.630.42
HSV60°77°68°
CMYK 0.010.000.77   0.32
XYZ32.752639.30957.8687
Yxy39.30950.40980.4918
Hunter Lab62.6973-16.473236.4470
CIE-Lab68.9749-15.729763.2021

#adae28 color RGB value is (173,174,40).

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

The process color (four color CMYK) of #adae28 color hex is 0.01, 0.00, 0.77, 0.32. Web safe color of #adae28 is #999933. Color #adae28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101110 00101000
Octal 255 256 50
Decimal 173 174 40
Hex AD AE 28

RGB Percentages of Color #adae28

%44.70
%44.96
%10.34

CMYK Percentages of Color #adae28

%1
%0
%77
%32

Triadic Colors of #adae28

#adae28 #28adae #ae28ad

Analogous Colors of #adae28

#adae28 #6aae28 #ae6c28

Monochromatic Colors of #adae28

#adae28

Complementary Color

#adae28 #2928ae

#adae28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adae28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adae28 Color CSS Codes

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

#adae28 Text Font Color

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

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


#adae28 Background Color

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

This div background color is #adae28


#adae28 Border Color

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

This div border color is #adae28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adae28


Comments

No comments written yet.

Please login to write comment.