Color Hex Logo

#abc3bc Color Hex

#ABC3BC
(171,195,188)
0 Favorites   0 Comments

Color spaces of #abc3bc

RGB 171195188
HSL0.450.170.72
HSV163°12°76°
CMYK 0.120.000.04   0.24
XYZ45.386851.319055.0904
Yxy51.31900.29900.3381
Hunter Lab71.6373-12.27414.5510
CIE-Lab76.8718-9.49840.7556

#abc3bc color RGB value is (171,195,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10111100
Octal 253 303 274
Decimal 171 195 188
Hex AB C3 BC

RGB Percentages of Color #abc3bc

%30.87
%35.20
%33.94

CMYK Percentages of Color #abc3bc

%12
%0
%4
%24

Triadic Colors of #abc3bc

#abc3bc #bcabc3 #c3bcab

Analogous Colors of #abc3bc

#abc3bc #abbec3 #abc3b0

Monochromatic Colors of #abc3bc

#abc3bc

Complementary Color

#abc3bc #c3abb2

#abc3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3bc Color CSS Codes

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

#abc3bc Text Font Color

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

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


#abc3bc Background Color

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

This div background color is #abc3bc


#abc3bc Border Color

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

This div border color is #abc3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3bc


Comments

No comments written yet.

Please login to write comment.