Color Hex Logo

#abbebf Color Hex

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

Color spaces of #abbebf

RGB 171190191
HSL0.510.140.71
HSV183°10°75°
CMYK 0.100.010.00   0.25
XYZ44.612049.246456.4444
Yxy49.24640.29680.3276
Hunter Lab70.1758-9.33201.4344
CIE-Lab75.6044-6.2718-2.7248

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

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

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

Base Numbers

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

RGB Percentages of Color #abbebf

%30.98
%34.42
%34.60

CMYK Percentages of Color #abbebf

%10
%1
%0
%25

Triadic Colors of #abbebf

#abbebf #bfabbe #bebfab

Analogous Colors of #abbebf

#abbebf #abb4bf #abbfb6

Monochromatic Colors of #abbebf

#abbebf

Complementary Color

#abbebf #bfacab

#abbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbebf Color CSS Codes

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

#abbebf Text Font Color

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

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


#abbebf Background Color

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

This div background color is #abbebf


#abbebf Border Color

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

This div border color is #abbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbebf

#abbebf Color Palettes


Comments

No comments written yet.

Please login to write comment.