Color Hex Logo

#abbfbe Color Hex

#ABBFBE
(171,191,190)
0 Favorites   0 Comments

Color spaces of #abbfbe

RGB 171191190
HSL0.490.140.71
HSV177°10°75°
CMYK 0.100.000.01   0.25
XYZ44.719749.637255.9392
Yxy49.63720.29750.3303
Hunter Lab70.4537-9.99302.2422
CIE-Lab75.8460-7.0010-1.8274

#abbfbe color RGB value is (171,191,190).

#abbfbe hex color red value is 171, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abbfbe hue: 0.49 , saturation: 0.14 and the lightness value of abbfbe is 0.71.

The process color (four color CMYK) of #abbfbe color hex is 0.10, 0.00, 0.01, 0.25. Web safe color of #abbfbe is #99cccc. Color #abbfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10111110
Octal 253 277 276
Decimal 171 191 190
Hex AB BF BE

RGB Percentages of Color #abbfbe

%30.98
%34.60
%34.42

CMYK Percentages of Color #abbfbe

%10
%0
%1
%25

Triadic Colors of #abbfbe

#abbfbe #beabbf #bfbeab

Analogous Colors of #abbfbe

#abbfbe #abb6bf #abbfb4

Monochromatic Colors of #abbfbe

#abbfbe

Complementary Color

#abbfbe #bfabac

#abbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfbe Color CSS Codes

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

#abbfbe Text Font Color

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

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


#abbfbe Background Color

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

This div background color is #abbfbe


#abbfbe Border Color

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

This div border color is #abbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfbe


Comments

No comments written yet.

Please login to write comment.