Color Hex Logo

#abbeb9 Color Hex

#ABBEB9
(171,190,185)
0 Favorites   0 Comments

Color spaces of #abbeb9

RGB 171190185
HSL0.460.130.71
HSV164°10°75°
CMYK 0.100.000.03   0.25
XYZ43.965048.987653.0373
Yxy48.98760.30120.3356
Hunter Lab69.9911-10.35964.0655
CIE-Lab75.4436-7.46650.2980

#abbeb9 color RGB value is (171,190,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10111001
Octal 253 276 271
Decimal 171 190 185
Hex AB BE B9

RGB Percentages of Color #abbeb9

%31.32
%34.80
%33.88

CMYK Percentages of Color #abbeb9

%10
%0
%3
%25

Triadic Colors of #abbeb9

#abbeb9 #b9abbe #beb9ab

Analogous Colors of #abbeb9

#abbeb9 #abbabe #abbeb0

Monochromatic Colors of #abbeb9

#abbeb9

Complementary Color

#abbeb9 #beabb0

#abbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeb9 Color CSS Codes

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

#abbeb9 Text Font Color

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

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


#abbeb9 Background Color

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

This div background color is #abbeb9


#abbeb9 Border Color

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

This div border color is #abbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeb9


Comments

No comments written yet.

Please login to write comment.