Color Hex Logo

#abf2be Color Hex

#ABF2BE
(171,242,190)
0 Favorites   0 Comments

Color spaces of #abf2be

RGB 171242190
HSL0.380.730.81
HSV136°29°95°
CMYK 0.290.000.21   0.05
XYZ57.841075.879960.3129
Yxy75.87990.29810.3911
Hunter Lab87.1091-33.915719.9249
CIE-Lab89.8035-32.339418.1669

#abf2be color RGB value is (171,242,190).

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

The process color (four color CMYK) of #abf2be color hex is 0.29, 0.00, 0.21, 0.05. Web safe color of #abf2be is #99ffcc. Color #abf2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 10111110
Octal 253 362 276
Decimal 171 242 190
Hex AB F2 BE

RGB Percentages of Color #abf2be

%28.36
%40.13
%31.51

CMYK Percentages of Color #abf2be

%29
%0
%21
%5

Triadic Colors of #abf2be

#abf2be #beabf2 #f2beab

Analogous Colors of #abf2be

#abf2be #abf2e2 #bcf2ab

Monochromatic Colors of #abf2be

#abf2be

Complementary Color

#abf2be #f2abdf

#abf2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf2be Color CSS Codes

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

#abf2be Text Font Color

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

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


#abf2be Background Color

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

This div background color is #abf2be


#abf2be Border Color

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

This div border color is #abf2be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,242,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 #abf2be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf2be


Comments

No comments written yet.

Please login to write comment.