Color Hex Logo

#abc2bc Color Hex

#ABC2BC
(171,194,188)
0 Favorites   0 Comments

Color spaces of #abc2bc

RGB 171194188
HSL0.460.160.72
HSV164°12°76°
CMYK 0.120.000.03   0.24
XYZ45.163550.872355.0159
Yxy50.87230.29900.3368
Hunter Lab71.3248-11.79074.1944
CIE-Lab76.6016-8.97550.3615

#abc2bc color RGB value is (171,194,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 10111100
Octal 253 302 274
Decimal 171 194 188
Hex AB C2 BC

RGB Percentages of Color #abc2bc

%30.92
%35.08
%34.00

CMYK Percentages of Color #abc2bc

%12
%0
%3
%24

Triadic Colors of #abc2bc

#abc2bc #bcabc2 #c2bcab

Analogous Colors of #abc2bc

#abc2bc #abbdc2 #abc2b1

Monochromatic Colors of #abc2bc

#abc2bc

Complementary Color

#abc2bc #c2abb1

#abc2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2bc Color CSS Codes

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

#abc2bc Text Font Color

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

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


#abc2bc Background Color

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

This div background color is #abc2bc


#abc2bc Border Color

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

This div border color is #abc2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2bc


Comments

No comments written yet.

Please login to write comment.