Color Hex Logo

#adee5f Color Hex

#ADEE5F
(173,238,95)
0 Favorites   0 Comments

Color spaces of #adee5f

RGB 17323895
HSL0.240.810.65
HSV87°60°93°
CMYK 0.270.000.60   0.07
XYZ49.873770.859521.8751
Yxy70.85950.34970.4969
Hunter Lab84.1781-41.554243.5171
CIE-Lab87.4167-42.474561.1679

#adee5f color RGB value is (173,238,95).

#adee5f hex color red value is 173, green value is 238 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #adee5f hue: 0.24 , saturation: 0.81 and the lightness value of adee5f is 0.65.

The process color (four color CMYK) of #adee5f color hex is 0.27, 0.00, 0.60, 0.07. Web safe color of #adee5f is #99ff66. Color #adee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 01011111
Octal 255 356 137
Decimal 173 238 95
Hex AD EE 5F

RGB Percentages of Color #adee5f

%34.19
%47.04
%18.77

CMYK Percentages of Color #adee5f

%27
%0
%60
%7

Triadic Colors of #adee5f

#adee5f #5fadee #ee5fad

Analogous Colors of #adee5f

#adee5f #66ee5f #eee85f

Monochromatic Colors of #adee5f

#adee5f

Complementary Color

#adee5f #a05fee

#adee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adee5f Color CSS Codes

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

#adee5f Text Font Color

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

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


#adee5f Background Color

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

This div background color is #adee5f


#adee5f Border Color

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

This div border color is #adee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adee5f


Comments

No comments written yet.

Please login to write comment.