Color Hex Logo

#abc3cc Color Hex

#ABC3CC
(171,195,204)
0 Favorites   0 Comments

Color spaces of #abc3cc

RGB 171195204
HSL0.550.240.74
HSV196°16°80°
CMYK 0.160.040.00   0.20
XYZ47.208852.047864.6848
Yxy52.04780.28800.3175
Hunter Lab72.1442-9.4477-2.6588
CIE-Lab77.3094-6.2234-7.2513

#abc3cc color RGB value is (171,195,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 11001100
Octal 253 303 314
Decimal 171 195 204
Hex AB C3 CC

RGB Percentages of Color #abc3cc

%30.00
%34.21
%35.79

CMYK Percentages of Color #abc3cc

%16
%4
%0
%20

Triadic Colors of #abc3cc

#abc3cc #ccabc3 #c3ccab

Analogous Colors of #abc3cc

#abc3cc #abb3cc #abccc5

Monochromatic Colors of #abc3cc

#abc3cc

Complementary Color

#abc3cc #ccb4ab

#abc3cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3cc Color CSS Codes

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

#abc3cc Text Font Color

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

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


#abc3cc Background Color

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

This div background color is #abc3cc


#abc3cc Border Color

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

This div border color is #abc3cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3cc

#abc3cc Color Palettes


Comments

No comments written yet.

Please login to write comment.