Color Hex Logo

#abc7bc Color Hex

#ABC7BC
(171,199,188)
1 Favorites   0 Comments

Color spaces of #abc7bc

RGB 171199188
HSL0.430.200.73
HSV156°14°78°
CMYK 0.140.000.06   0.22
XYZ46.295153.135655.3931
Yxy53.13560.29900.3432
Hunter Lab72.8942-14.19945.9708
CIE-Lab77.9550-11.57732.3317

#abc7bc color RGB value is (171,199,188).

#abc7bc hex color red value is 171, green value is 199 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abc7bc hue: 0.43 , saturation: 0.20 and the lightness value of abc7bc is 0.73.

The process color (four color CMYK) of #abc7bc color hex is 0.14, 0.00, 0.06, 0.22. Web safe color of #abc7bc is #99cccc. Color #abc7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 10111100
Octal 253 307 274
Decimal 171 199 188
Hex AB C7 BC

RGB Percentages of Color #abc7bc

%30.65
%35.66
%33.69

CMYK Percentages of Color #abc7bc

%14
%0
%6
%22

Triadic Colors of #abc7bc

#abc7bc #bcabc7 #c7bcab

Analogous Colors of #abc7bc

#abc7bc #abc4c7 #abc7ae

Monochromatic Colors of #abc7bc

#abc7bc

Complementary Color

#abc7bc #c7abb6

#abc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc7bc Color CSS Codes

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

#abc7bc Text Font Color

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

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


#abc7bc Background Color

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

This div background color is #abc7bc


#abc7bc Border Color

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

This div border color is #abc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc7bc


Comments

No comments written yet.

Please login to write comment.