Color Hex Logo

#abe0bc Color Hex

#ABE0BC
(171,224,188)
0 Favorites   0 Comments

Color spaces of #abe0bc

RGB 171224188
HSL0.390.460.77
HSV139°24°88°
CMYK 0.240.000.16   0.12
XYZ52.527365.600157.4705
Yxy65.60010.29910.3736
Hunter Lab80.9939-25.976014.6256
CIE-Lab84.7920-24.132012.1482

#abe0bc color RGB value is (171,224,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 10111100
Octal 253 340 274
Decimal 171 224 188
Hex AB E0 BC

RGB Percentages of Color #abe0bc

%29.33
%38.42
%32.25

CMYK Percentages of Color #abe0bc

%24
%0
%16
%12

Triadic Colors of #abe0bc

#abe0bc #bcabe0 #e0bcab

Analogous Colors of #abe0bc

#abe0bc #abe0d7 #b5e0ab

Monochromatic Colors of #abe0bc

#abe0bc

Complementary Color

#abe0bc #e0abcf

#abe0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe0bc Color CSS Codes

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

#abe0bc Text Font Color

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

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


#abe0bc Background Color

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

This div background color is #abe0bc


#abe0bc Border Color

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

This div border color is #abe0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe0bc


Comments

No comments written yet.

Please login to write comment.