Color Hex Logo

#abc3b9 Color Hex

#ABC3B9
(171,195,185)
0 Favorites   0 Comments

Color spaces of #abc3b9

RGB 171195185
HSL0.430.170.72
HSV155°12°76°
CMYK 0.120.000.05   0.24
XYZ45.066651.190953.4045
Yxy51.19090.30110.3420
Hunter Lab71.5478-12.77495.8284
CIE-Lab76.7945-10.08632.2648

#abc3b9 color RGB value is (171,195,185).

#abc3b9 hex color red value is 171, green value is 195 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #abc3b9 hue: 0.43 , saturation: 0.17 and the lightness value of abc3b9 is 0.72.

The process color (four color CMYK) of #abc3b9 color hex is 0.12, 0.00, 0.05, 0.24. Web safe color of #abc3b9 is #99cccc. Color #abc3b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10111001
Octal 253 303 271
Decimal 171 195 185
Hex AB C3 B9

RGB Percentages of Color #abc3b9

%31.03
%35.39
%33.58

CMYK Percentages of Color #abc3b9

%12
%0
%5
%24

Triadic Colors of #abc3b9

#abc3b9 #b9abc3 #c3b9ab

Analogous Colors of #abc3b9

#abc3b9 #abc1c3 #abc3ad

Monochromatic Colors of #abc3b9

#abc3b9

Complementary Color

#abc3b9 #c3abb5

#abc3b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3b9 Color CSS Codes

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

#abc3b9 Text Font Color

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

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


#abc3b9 Background Color

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

This div background color is #abc3b9


#abc3b9 Border Color

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

This div border color is #abc3b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3b9

#abc3b9 Color Palettes


Comments

No comments written yet.

Please login to write comment.