Color Hex Logo

#abe0ba Color Hex

#ABE0BA
(171,224,186)
0 Favorites   0 Comments

Color spaces of #abe0ba

RGB 171224186
HSL0.380.460.77
HSV137°24°88°
CMYK 0.240.000.17   0.12
XYZ52.313265.514456.3427
Yxy65.51440.30040.3762
Hunter Lab80.9410-26.279815.3871
CIE-Lab84.7481-24.500913.1368

#abe0ba color RGB value is (171,224,186).

#abe0ba hex color red value is 171, green value is 224 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abe0ba hue: 0.38 , saturation: 0.46 and the lightness value of abe0ba is 0.77.

The process color (four color CMYK) of #abe0ba color hex is 0.24, 0.00, 0.17, 0.12. Web safe color of #abe0ba is #99cccc. Color #abe0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 10111010
Octal 253 340 272
Decimal 171 224 186
Hex AB E0 BA

RGB Percentages of Color #abe0ba

%29.43
%38.55
%32.01

CMYK Percentages of Color #abe0ba

%24
%0
%17
%12

Triadic Colors of #abe0ba

#abe0ba #baabe0 #e0baab

Analogous Colors of #abe0ba

#abe0ba #abe0d5 #b7e0ab

Monochromatic Colors of #abe0ba

#abe0ba

Complementary Color

#abe0ba #e0abd1

#abe0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe0ba Color CSS Codes

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

#abe0ba Text Font Color

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

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


#abe0ba Background Color

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

This div background color is #abe0ba


#abe0ba Border Color

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

This div border color is #abe0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe0ba


Comments

No comments written yet.

Please login to write comment.