Color Hex Logo

#abccc4 Color Hex

#ABCCC4
(171,204,196)
0 Favorites   0 Comments

Color spaces of #abccc4

RGB 171204196
HSL0.460.240.74
HSV165°16°80°
CMYK 0.160.000.04   0.20
XYZ48.351355.829260.4523
Yxy55.82920.29370.3391
Hunter Lab74.7189-15.24924.3339
CIE-Lab79.5165-12.56790.3042

#abccc4 color RGB value is (171,204,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11000100
Octal 253 314 304
Decimal 171 204 196
Hex AB CC C4

RGB Percentages of Color #abccc4

%29.95
%35.73
%34.33

CMYK Percentages of Color #abccc4

%16
%0
%4
%20

Triadic Colors of #abccc4

#abccc4 #c4abcc #ccc4ab

Analogous Colors of #abccc4

#abccc4 #abc4cc #abccb4

Monochromatic Colors of #abccc4

#abccc4

Complementary Color

#abccc4 #ccabb3

#abccc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccc4 Color CSS Codes

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

#abccc4 Text Font Color

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

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


#abccc4 Background Color

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

This div background color is #abccc4


#abccc4 Border Color

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

This div border color is #abccc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccc4


Comments

No comments written yet.

Please login to write comment.