Color Hex Logo

#abc1b3 Color Hex

#ABC1B3
(171,193,179)
0 Favorites   0 Comments

Color spaces of #abc1b3

RGB 171193179
HSL0.390.150.71
HSV142°11°76°
CMYK 0.110.000.07   0.24
XYZ44.001250.052549.9898
Yxy50.05250.30550.3475
Hunter Lab70.7478-12.79157.6296
CIE-Lab76.1015-10.19604.5059

#abc1b3 color RGB value is (171,193,179).

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

The process color (four color CMYK) of #abc1b3 color hex is 0.11, 0.00, 0.07, 0.24. Web safe color of #abc1b3 is #99cccc. Color #abc1b3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 10110011
Octal 253 301 263
Decimal 171 193 179
Hex AB C1 B3

RGB Percentages of Color #abc1b3

%31.49
%35.54
%32.97

CMYK Percentages of Color #abc1b3

%11
%0
%7
%24

Triadic Colors of #abc1b3

#abc1b3 #b3abc1 #c1b3ab

Analogous Colors of #abc1b3

#abc1b3 #abc1be #aec1ab

Monochromatic Colors of #abc1b3

#abc1b3

Complementary Color

#abc1b3 #c1abb9

#abc1b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc1b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc1b3 Color CSS Codes

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

#abc1b3 Text Font Color

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

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


#abc1b3 Background Color

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

This div background color is #abc1b3


#abc1b3 Border Color

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

This div border color is #abc1b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc1b3


Comments

No comments written yet.

Please login to write comment.