Color Hex Logo

#abc7cc Color Hex

#ABC7CC
(171,199,204)
0 Favorites   0 Comments

Color spaces of #abc7cc

RGB 171199204
HSL0.530.240.74
HSV189°16°80°
CMYK 0.160.020.00   0.20
XYZ48.117153.864464.9876
Yxy53.86440.28820.3226
Hunter Lab73.3924-11.4095-1.1256
CIE-Lab78.3826-8.3258-5.6629

#abc7cc color RGB value is (171,199,204).

#abc7cc hex color red value is 171, green value is 199 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abc7cc hue: 0.53 , saturation: 0.24 and the lightness value of abc7cc is 0.74.

The process color (four color CMYK) of #abc7cc color hex is 0.16, 0.02, 0.00, 0.20. Web safe color of #abc7cc is #99cccc. Color #abc7cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 11001100
Octal 253 307 314
Decimal 171 199 204
Hex AB C7 CC

RGB Percentages of Color #abc7cc

%29.79
%34.67
%35.54

CMYK Percentages of Color #abc7cc

%16
%2
%0
%20

Triadic Colors of #abc7cc

#abc7cc #ccabc7 #c7ccab

Analogous Colors of #abc7cc

#abc7cc #abb7cc #abccc1

Monochromatic Colors of #abc7cc

#abc7cc

Complementary Color

#abc7cc #ccb0ab

#abc7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc7cc Color CSS Codes

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

#abc7cc Text Font Color

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

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


#abc7cc Background Color

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

This div background color is #abc7cc


#abc7cc Border Color

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

This div border color is #abc7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc7cc


Comments

No comments written yet.

Please login to write comment.