Color Hex Logo

#abe4bf Color Hex

#ABE4BF
(171,228,191)
0 Favorites   0 Comments

Color spaces of #abe4bf

RGB 171228191
HSL0.390.510.78
HSV141°25°89°
CMYK 0.250.000.16   0.11
XYZ53.942067.906359.5544
Yxy67.90630.29740.3743
Hunter Lab82.4053-27.364214.8347
CIE-Lab85.9596-25.513512.2308

#abe4bf color RGB value is (171,228,191).

#abe4bf hex color red value is 171, green value is 228 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abe4bf hue: 0.39 , saturation: 0.51 and the lightness value of abe4bf is 0.78.

The process color (four color CMYK) of #abe4bf color hex is 0.25, 0.00, 0.16, 0.11. Web safe color of #abe4bf is #99cccc. Color #abe4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100100 10111111
Octal 253 344 277
Decimal 171 228 191
Hex AB E4 BF

RGB Percentages of Color #abe4bf

%28.98
%38.64
%32.37

CMYK Percentages of Color #abe4bf

%25
%0
%16
%11

Triadic Colors of #abe4bf

#abe4bf #bfabe4 #e4bfab

Analogous Colors of #abe4bf

#abe4bf #abe4dc #b4e4ab

Monochromatic Colors of #abe4bf

#abe4bf

Complementary Color

#abe4bf #e4abd0

#abe4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe4bf Color CSS Codes

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

#abe4bf Text Font Color

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

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


#abe4bf Background Color

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

This div background color is #abe4bf


#abe4bf Border Color

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

This div border color is #abe4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe4bf


Comments

No comments written yet.

Please login to write comment.