Color Hex Logo

#adeb5f Color Hex

#ADEB5F
(173,235,95)
0 Favorites   0 Comments

Color spaces of #adeb5f

RGB 17323595
HSL0.240.780.65
HSV87°60°92°
CMYK 0.260.000.60   0.08
XYZ49.007569.127121.5864
Yxy69.12710.35080.4948
Hunter Lab83.1427-40.285042.8064
CIE-Lab86.5669-41.160260.2204

#adeb5f color RGB value is (173,235,95).

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

The process color (four color CMYK) of #adeb5f color hex is 0.26, 0.00, 0.60, 0.08. Web safe color of #adeb5f is #99ff66. Color #adeb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 01011111
Octal 255 353 137
Decimal 173 235 95
Hex AD EB 5F

RGB Percentages of Color #adeb5f

%34.39
%46.72
%18.89

CMYK Percentages of Color #adeb5f

%26
%0
%60
%8

Triadic Colors of #adeb5f

#adeb5f #5fadeb #eb5fad

Analogous Colors of #adeb5f

#adeb5f #67eb5f #ebe35f

Monochromatic Colors of #adeb5f

#adeb5f

Complementary Color

#adeb5f #9d5feb

#adeb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeb5f Color CSS Codes

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

#adeb5f Text Font Color

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

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


#adeb5f Background Color

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

This div background color is #adeb5f


#adeb5f Border Color

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

This div border color is #adeb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeb5f


Comments

No comments written yet.

Please login to write comment.