Color Hex Logo

#adef22 Color Hex

#ADEF22
(173,239,34)
0 Favorites   0 Comments

Color spaces of #adef22

RGB 17323934
HSL0.220.860.54
HSV79°86°94°
CMYK 0.280.000.86   0.06
XYZ48.388870.732712.6158
Yxy70.73270.36730.5369
Hunter Lab84.1027-44.479249.9781
CIE-Lab87.3550-46.251280.6959

#adef22 color RGB value is (173,239,34).

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

The process color (four color CMYK) of #adef22 color hex is 0.28, 0.00, 0.86, 0.06. Web safe color of #adef22 is #99ff33. Color #adef22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 00100010
Octal 255 357 42
Decimal 173 239 34
Hex AD EF 22

RGB Percentages of Color #adef22

%38.79
%53.59
%7.62

CMYK Percentages of Color #adef22

%28
%0
%86
%6

Triadic Colors of #adef22

#adef22 #22adef #ef22ad

Analogous Colors of #adef22

#adef22 #47ef22 #efcb22

Monochromatic Colors of #adef22

#adef22

Complementary Color

#adef22 #6422ef

#adef22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef22 Color CSS Codes

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

#adef22 Text Font Color

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

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


#adef22 Background Color

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

This div background color is #adef22


#adef22 Border Color

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

This div border color is #adef22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef22


Comments

No comments written yet.

Please login to write comment.