Color Hex Logo

#abc5bf Color Hex

#ABC5BF
(171,197,191)
0 Favorites   0 Comments

Color spaces of #abc5bf

RGB 171197191
HSL0.460.180.72
HSV166°13°77°
CMYK 0.130.000.03   0.23
XYZ46.164852.352056.9620
Yxy52.35200.29690.3367
Hunter Lab72.3547-12.73153.9716
CIE-Lab77.4908-9.94610.0381

#abc5bf color RGB value is (171,197,191).

#abc5bf hex color red value is 171, green value is 197 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abc5bf hue: 0.46 , saturation: 0.18 and the lightness value of abc5bf is 0.72.

The process color (four color CMYK) of #abc5bf color hex is 0.13, 0.00, 0.03, 0.23. Web safe color of #abc5bf is #99cccc. Color #abc5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 10111111
Octal 253 305 277
Decimal 171 197 191
Hex AB C5 BF

RGB Percentages of Color #abc5bf

%30.59
%35.24
%34.17

CMYK Percentages of Color #abc5bf

%13
%0
%3
%23

Triadic Colors of #abc5bf

#abc5bf #bfabc5 #c5bfab

Analogous Colors of #abc5bf

#abc5bf #abbec5 #abc5b2

Monochromatic Colors of #abc5bf

#abc5bf

Complementary Color

#abc5bf #c5abb1

#abc5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5bf Color CSS Codes

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

#abc5bf Text Font Color

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

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


#abc5bf Background Color

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

This div background color is #abc5bf


#abc5bf Border Color

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

This div border color is #abc5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5bf


Comments

No comments written yet.

Please login to write comment.