Color Hex Logo

#adef49 Color Hex

#ADEF49
(173,239,73)
0 Favorites   0 Comments

Color spaces of #adef49

RGB 17323973
HSL0.230.840.61
HSV84°69°94°
CMYK 0.280.000.69   0.06
XYZ49.302771.098317.4281
Yxy71.09830.35770.5158
Hunter Lab84.3198-43.188846.7692
CIE-Lab87.5327-44.519669.9139

#adef49 color RGB value is (173,239,73).

#adef49 hex color red value is 173, green value is 239 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #adef49 hue: 0.23 , saturation: 0.84 and the lightness value of adef49 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01001001
Octal 255 357 111
Decimal 173 239 73
Hex AD EF 49

RGB Percentages of Color #adef49

%35.67
%49.28
%15.05

CMYK Percentages of Color #adef49

%28
%0
%69
%6

Triadic Colors of #adef49

#adef49 #49adef #ef49ad

Analogous Colors of #adef49

#adef49 #5aef49 #efde49

Monochromatic Colors of #adef49

#adef49

Complementary Color

#adef49 #8b49ef

#adef49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef49 Color CSS Codes

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

#adef49 Text Font Color

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

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


#adef49 Background Color

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

This div background color is #adef49


#adef49 Border Color

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

This div border color is #adef49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef49


Comments

No comments written yet.

Please login to write comment.