Color Hex Logo

#abbeb3 Color Hex

#ABBEB3
(171,190,179)
0 Favorites   0 Comments

Color spaces of #abbeb3

RGB 171190179
HSL0.400.130.71
HSV145°10°75°
CMYK 0.100.000.06   0.25
XYZ43.344748.739549.7710
Yxy48.73950.30560.3436
Hunter Lab69.8137-11.35006.6010
CIE-Lab75.2890-8.62723.3305

#abbeb3 color RGB value is (171,190,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10110011
Octal 253 276 263
Decimal 171 190 179
Hex AB BE B3

RGB Percentages of Color #abbeb3

%31.67
%35.19
%33.15

CMYK Percentages of Color #abbeb3

%10
%0
%6
%25

Triadic Colors of #abbeb3

#abbeb3 #b3abbe #beb3ab

Analogous Colors of #abbeb3

#abbeb3 #abbebd #adbeab

Monochromatic Colors of #abbeb3

#abbeb3

Complementary Color

#abbeb3 #beabb6

#abbeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeb3 Color CSS Codes

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

#abbeb3 Text Font Color

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

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


#abbeb3 Background Color

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

This div background color is #abbeb3


#abbeb3 Border Color

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

This div border color is #abbeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeb3


Comments

No comments written yet.

Please login to write comment.