Color Hex Logo

#abfbbf Color Hex

#ABFBBF
(171,251,191)
0 Favorites   0 Comments

Color spaces of #abfbbf

RGB 171251191
HSL0.380.910.83
HSV135°32°98°
CMYK 0.320.000.24   0.02
XYZ60.695781.413961.8057
Yxy81.41390.29770.3993
Hunter Lab90.2297-37.828522.5482
CIE-Lab92.3156-36.308021.1538

#abfbbf color RGB value is (171,251,191).

#abfbbf hex color red value is 171, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abfbbf hue: 0.38 , saturation: 0.91 and the lightness value of abfbbf is 0.83.

The process color (four color CMYK) of #abfbbf color hex is 0.32, 0.00, 0.24, 0.02. Web safe color of #abfbbf is #99ffcc. Color #abfbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 10111111
Octal 253 373 277
Decimal 171 251 191
Hex AB FB BF

RGB Percentages of Color #abfbbf

%27.90
%40.95
%31.16

CMYK Percentages of Color #abfbbf

%32
%0
%24
%2

Triadic Colors of #abfbbf

#abfbbf #bfabfb #fbbfab

Analogous Colors of #abfbbf

#abfbbf #abfbe7 #bffbab

Monochromatic Colors of #abfbbf

#abfbbf

Complementary Color

#abfbbf #fbabe7

#abfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbbf Color CSS Codes

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

#abfbbf Text Font Color

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

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


#abfbbf Background Color

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

This div background color is #abfbbf


#abfbbf Border Color

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

This div border color is #abfbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbbf

Related Colors


Comments

No comments written yet.

Please login to write comment.