Color Hex Logo

#adea22 Color Hex

#ADEA22
(173,234,34)
0 Favorites   0 Comments

Color spaces of #adea22

RGB 17323434
HSL0.220.830.53
HSV78°85°92°
CMYK 0.260.000.85   0.08
XYZ46.945167.845412.1346
Yxy67.84540.36990.5345
Hunter Lab82.3683-42.410148.9231
CIE-Lab85.9291-44.115879.4933

#adea22 color RGB value is (173,234,34).

#adea22 hex color red value is 173, green value is 234 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #adea22 hue: 0.22 , saturation: 0.83 and the lightness value of adea22 is 0.53.

The process color (four color CMYK) of #adea22 color hex is 0.26, 0.00, 0.85, 0.08. Web safe color of #adea22 is #99ff33. Color #adea22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 00100010
Octal 255 352 42
Decimal 173 234 34
Hex AD EA 22

RGB Percentages of Color #adea22

%39.23
%53.06
%7.71

CMYK Percentages of Color #adea22

%26
%0
%85
%8

Triadic Colors of #adea22

#adea22 #22adea #ea22ad

Analogous Colors of #adea22

#adea22 #49ea22 #eac322

Monochromatic Colors of #adea22

#adea22

Complementary Color

#adea22 #5f22ea

#adea22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adea22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adea22 Color CSS Codes

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

#adea22 Text Font Color

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

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


#adea22 Background Color

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

This div background color is #adea22


#adea22 Border Color

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

This div border color is #adea22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adea22


Comments

No comments written yet.

Please login to write comment.