Color Hex Logo

#abccc0 Color Hex

#ABCCC0
(171,204,192)
0 Favorites   0 Comments

Color spaces of #abccc0

RGB 171204192
HSL0.440.240.74
HSV158°16°80°
CMYK 0.160.000.06   0.20
XYZ47.901955.649458.0859
Yxy55.64940.29640.3443
Hunter Lab74.5985-15.92736.0530
CIE-Lab79.4139-13.36592.3007

#abccc0 color RGB value is (171,204,192).

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

The process color (four color CMYK) of #abccc0 color hex is 0.16, 0.00, 0.06, 0.20. Web safe color of #abccc0 is #99cccc. Color #abccc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11000000
Octal 253 314 300
Decimal 171 204 192
Hex AB CC C0

RGB Percentages of Color #abccc0

%30.16
%35.98
%33.86

CMYK Percentages of Color #abccc0

%16
%0
%6
%20

Triadic Colors of #abccc0

#abccc0 #c0abcc #ccc0ab

Analogous Colors of #abccc0

#abccc0 #abc8cc #abccb0

Monochromatic Colors of #abccc0

#abccc0

Complementary Color

#abccc0 #ccabb7

#abccc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccc0 Color CSS Codes

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

#abccc0 Text Font Color

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

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


#abccc0 Background Color

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

This div background color is #abccc0


#abccc0 Border Color

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

This div border color is #abccc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccc0


Comments

No comments written yet.

Please login to write comment.