Color Hex Logo

#abed5f Color Hex

#ABED5F
(171,237,95)
0 Favorites   0 Comments

Color spaces of #abed5f

RGB 17123795
HSL0.240.800.65
HSV88°60°93°
CMYK 0.280.000.60   0.07
XYZ49.144370.052521.7578
Yxy70.05250.34870.4970
Hunter Lab83.6974-41.661243.1753
CIE-Lab87.0226-42.751560.6981

#abed5f color RGB value is (171,237,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 01011111
Octal 253 355 137
Decimal 171 237 95
Hex AB ED 5F

RGB Percentages of Color #abed5f

%34.00
%47.12
%18.89

CMYK Percentages of Color #abed5f

%28
%0
%60
%7

Triadic Colors of #abed5f

#abed5f #5fabed #ed5fab

Analogous Colors of #abed5f

#abed5f #64ed5f #ede85f

Monochromatic Colors of #abed5f

#abed5f

Complementary Color

#abed5f #a15fed

#abed5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed5f Color CSS Codes

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

#abed5f Text Font Color

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

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


#abed5f Background Color

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

This div background color is #abed5f


#abed5f Border Color

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

This div border color is #abed5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed5f


Comments

No comments written yet.

Please login to write comment.