Color Hex Logo

#abc4bf Color Hex

#ABC4BF
(171,196,191)
0 Favorites   0 Comments

Color spaces of #abc4bf

RGB 171196191
HSL0.470.170.72
HSV168°13°77°
CMYK 0.130.000.03   0.23
XYZ45.938551.899456.8866
Yxy51.89940.29690.3354
Hunter Lab72.0412-12.24823.6111
CIE-Lab77.2206-9.4247-0.3566

#abc4bf color RGB value is (171,196,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10111111
Octal 253 304 277
Decimal 171 196 191
Hex AB C4 BF

RGB Percentages of Color #abc4bf

%30.65
%35.13
%34.23

CMYK Percentages of Color #abc4bf

%13
%0
%3
%23

Triadic Colors of #abc4bf

#abc4bf #bfabc4 #c4bfab

Analogous Colors of #abc4bf

#abc4bf #abbdc4 #abc4b3

Monochromatic Colors of #abc4bf

#abc4bf

Complementary Color

#abc4bf #c4abb0

#abc4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4bf Color CSS Codes

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

#abc4bf Text Font Color

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

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


#abc4bf Background Color

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

This div background color is #abc4bf


#abc4bf Border Color

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

This div border color is #abc4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4bf


Comments

No comments written yet.

Please login to write comment.