Color Hex Logo

#abed5b Color Hex

#ABED5B
(171,237,91)
0 Favorites   0 Comments

Color spaces of #abed5b

RGB 17123791
HSL0.240.800.64
HSV87°62°93°
CMYK 0.280.000.62   0.07
XYZ48.967169.981620.8245
Yxy69.98160.35030.5007
Hunter Lab83.6550-41.912043.7993
CIE-Lab86.9878-43.084562.3345

#abed5b color RGB value is (171,237,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 01011011
Octal 253 355 133
Decimal 171 237 91
Hex AB ED 5B

RGB Percentages of Color #abed5b

%34.27
%47.49
%18.24

CMYK Percentages of Color #abed5b

%28
%0
%62
%7

Triadic Colors of #abed5b

#abed5b #5babed #ed5bab

Analogous Colors of #abed5b

#abed5b #62ed5b #ede65b

Monochromatic Colors of #abed5b

#abed5b

Complementary Color

#abed5b #9d5bed

#abed5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed5b Color CSS Codes

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

#abed5b Text Font Color

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

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


#abed5b Background Color

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

This div background color is #abed5b


#abed5b Border Color

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

This div border color is #abed5b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,237,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed5b


Comments

No comments written yet.

Please login to write comment.