Color Hex Logo

#abbebb Color Hex

#ABBEBB
(171,190,187)
0 Favorites   0 Comments

Color spaces of #abbebb

RGB 171190187
HSL0.470.130.71
HSV171°10°75°
CMYK 0.100.000.02   0.25
XYZ44.177749.072754.1573
Yxy49.07270.29970.3329
Hunter Lab70.0519-10.02123.1991
CIE-Lab75.4965-7.0720-0.7108

#abbebb color RGB value is (171,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10111011
Octal 253 276 273
Decimal 171 190 187
Hex AB BE BB

RGB Percentages of Color #abbebb

%31.20
%34.67
%34.12

CMYK Percentages of Color #abbebb

%10
%0
%2
%25

Triadic Colors of #abbebb

#abbebb #bbabbe #bebbab

Analogous Colors of #abbebb

#abbebb #abb8be #abbeb2

Monochromatic Colors of #abbebb

#abbebb

Complementary Color

#abbebb #beabae

#abbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbebb Color CSS Codes

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

#abbebb Text Font Color

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

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


#abbebb Background Color

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

This div background color is #abbebb


#abbebb Border Color

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

This div border color is #abbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbebb


Comments

No comments written yet.

Please login to write comment.