Color Hex Logo

#abfbbc Color Hex

#ABFBBC
(171,251,188)
0 Favorites   0 Comments

Color spaces of #abfbbc

RGB 171251188
HSL0.370.910.83
HSV133°32°98°
CMYK 0.320.000.25   0.02
XYZ60.368981.283160.0844
Yxy81.28310.29920.4029
Hunter Lab90.1571-38.252023.5967
CIE-Lab92.2575-36.832022.6056

#abfbbc color RGB value is (171,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 10111100
Octal 253 373 274
Decimal 171 251 188
Hex AB FB BC

RGB Percentages of Color #abfbbc

%28.03
%41.15
%30.82

CMYK Percentages of Color #abfbbc

%32
%0
%25
%2

Triadic Colors of #abfbbc

#abfbbc #bcabfb #fbbcab

Analogous Colors of #abfbbc

#abfbbc #abfbe4 #c2fbab

Monochromatic Colors of #abfbbc

#abfbbc

Complementary Color

#abfbbc #fbabea

#abfbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbbc Color CSS Codes

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

#abfbbc Text Font Color

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

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


#abfbbc Background Color

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

This div background color is #abfbbc


#abfbbc Border Color

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

This div border color is #abfbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbbc


Comments

No comments written yet.

Please login to write comment.