Color Hex Logo

#adef55 Color Hex

#ADEF55
(173,239,85)
0 Favorites   0 Comments

Color spaces of #adef55

RGB 17323985
HSL0.240.830.64
HSV86°64°94°
CMYK 0.280.000.64   0.06
XYZ49.739871.273119.7299
Yxy71.27310.35340.5064
Hunter Lab84.4234-42.574045.2402
CIE-Lab87.6175-43.701365.4756

#adef55 color RGB value is (173,239,85).

#adef55 hex color red value is 173, green value is 239 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #adef55 hue: 0.24 , saturation: 0.83 and the lightness value of adef55 is 0.64.

The process color (four color CMYK) of #adef55 color hex is 0.28, 0.00, 0.64, 0.06. Web safe color of #adef55 is #99ff66. Color #adef55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01010101
Octal 255 357 125
Decimal 173 239 85
Hex AD EF 55

RGB Percentages of Color #adef55

%34.81
%48.09
%17.10

CMYK Percentages of Color #adef55

%28
%0
%64
%6

Triadic Colors of #adef55

#adef55 #55adef #ef55ad

Analogous Colors of #adef55

#adef55 #60ef55 #efe455

Monochromatic Colors of #adef55

#adef55

Complementary Color

#adef55 #9755ef

#adef55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef55 Color CSS Codes

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

#adef55 Text Font Color

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

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


#adef55 Background Color

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

This div background color is #adef55


#adef55 Border Color

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

This div border color is #adef55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef55


Comments

No comments written yet.

Please login to write comment.