Color Hex Logo

#abf4be Color Hex

#ABF4BE
(171,244,190)
0 Favorites   0 Comments

Color spaces of #abf4be

RGB 171244190
HSL0.380.770.81
HSV136°30°96°
CMYK 0.300.000.22   0.04
XYZ58.439577.077060.5125
Yxy77.07700.29810.3932
Hunter Lab87.7935-34.820620.5893
CIE-Lab90.3570-33.268718.9402

#abf4be color RGB value is (171,244,190).

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

The process color (four color CMYK) of #abf4be color hex is 0.30, 0.00, 0.22, 0.04. Web safe color of #abf4be is #99ffcc. Color #abf4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10111110
Octal 253 364 276
Decimal 171 244 190
Hex AB F4 BE

RGB Percentages of Color #abf4be

%28.26
%40.33
%31.40

CMYK Percentages of Color #abf4be

%30
%0
%22
%4

Triadic Colors of #abf4be

#abf4be #beabf4 #f4beab

Analogous Colors of #abf4be

#abf4be #abf4e3 #bdf4ab

Monochromatic Colors of #abf4be

#abf4be

Complementary Color

#abf4be #f4abe1

#abf4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf4be Color CSS Codes

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

#abf4be Text Font Color

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

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


#abf4be Background Color

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

This div background color is #abf4be


#abf4be Border Color

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

This div border color is #abf4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf4be


Comments

No comments written yet.

Please login to write comment.