Color Hex Logo

#abfcbb Color Hex

#ABFCBB
(171,252,187)
0 Favorites   0 Comments

Color spaces of #abfcbb

RGB 171252187
HSL0.370.930.83
HSV132°32°99°
CMYK 0.320.000.26   0.01
XYZ60.574681.866659.6229
Yxy81.86660.29980.4052
Hunter Lab90.4802-38.838224.2663
CIE-Lab92.5159-37.458323.4722

#abfcbb color RGB value is (171,252,187).

#abfcbb hex color red value is 171, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abfcbb hue: 0.37 , saturation: 0.93 and the lightness value of abfcbb is 0.83.

The process color (four color CMYK) of #abfcbb color hex is 0.32, 0.00, 0.26, 0.01. Web safe color of #abfcbb is #99ffcc. Color #abfcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10111011
Octal 253 374 273
Decimal 171 252 187
Hex AB FC BB

RGB Percentages of Color #abfcbb

%28.03
%41.31
%30.66

CMYK Percentages of Color #abfcbb

%32
%0
%26
%1

Triadic Colors of #abfcbb

#abfcbb #bbabfc #fcbbab

Analogous Colors of #abfcbb

#abfcbb #abfce4 #c4fcab

Monochromatic Colors of #abfcbb

#abfcbb

Complementary Color

#abfcbb #fcabec

#abfcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcbb Color CSS Codes

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

#abfcbb Text Font Color

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

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


#abfcbb Background Color

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

This div background color is #abfcbb


#abfcbb Border Color

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

This div border color is #abfcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcbb


Comments

No comments written yet.

Please login to write comment.