Color Hex Logo

#abec71 Color Hex

#ABEC71
(171,236,113)
0 Favorites   0 Comments

Color spaces of #abec71

RGB 171236113
HSL0.250.760.68
HSV92°52°93°
CMYK 0.280.000.52   0.07
XYZ49.770769.841126.4803
Yxy69.84110.34070.4781
Hunter Lab83.5710-39.943639.7131
CIE-Lab86.9189-40.606552.6071

#abec71 color RGB value is (171,236,113).

#abec71 hex color red value is 171, green value is 236 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #abec71 hue: 0.25 , saturation: 0.76 and the lightness value of abec71 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 01110001
Octal 253 354 161
Decimal 171 236 113
Hex AB EC 71

RGB Percentages of Color #abec71

%32.88
%45.38
%21.73

CMYK Percentages of Color #abec71

%28
%0
%52
%7

Triadic Colors of #abec71

#abec71 #71abec #ec71ab

Analogous Colors of #abec71

#abec71 #71ec75 #e9ec71

Monochromatic Colors of #abec71

#abec71

Complementary Color

#abec71 #b271ec

#abec71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec71 Color CSS Codes

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

#abec71 Text Font Color

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

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


#abec71 Background Color

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

This div background color is #abec71


#abec71 Border Color

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

This div border color is #abec71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec71


Comments

No comments written yet.

Please login to write comment.