Color Hex Logo

#abed8c Color Hex

#ABED8C
(171,237,140)
0 Favorites   0 Comments

Color spaces of #abed8c

RGB 171237140
HSL0.280.730.74
HSV101°41°93°
CMYK 0.280.000.41   0.07
XYZ51.812471.119835.8076
Yxy71.11980.32640.4480
Hunter Lab84.3326-37.914833.8583
CIE-Lab87.5432-37.860440.4732

#abed8c color RGB value is (171,237,140).

#abed8c hex color red value is 171, green value is 237 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #abed8c hue: 0.28 , saturation: 0.73 and the lightness value of abed8c is 0.74.

The process color (four color CMYK) of #abed8c color hex is 0.28, 0.00, 0.41, 0.07. Web safe color of #abed8c is #99ff99. Color #abed8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 10001100
Octal 253 355 214
Decimal 171 237 140
Hex AB ED 8C

RGB Percentages of Color #abed8c

%31.20
%43.25
%25.55

CMYK Percentages of Color #abed8c

%28
%0
%41
%7

Triadic Colors of #abed8c

#abed8c #8cabed #ed8cab

Analogous Colors of #abed8c

#abed8c #8ced9e #dced8c

Monochromatic Colors of #abed8c

#abed8c

Complementary Color

#abed8c #ce8ced

#abed8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abed8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abed8c Color CSS Codes

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

#abed8c Text Font Color

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

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


#abed8c Background Color

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

This div background color is #abed8c


#abed8c Border Color

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

This div border color is #abed8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abed8c


Comments

No comments written yet.

Please login to write comment.