Color Hex Logo

#abc4c4 Color Hex

#ABC4C4
(171,196,196)
0 Favorites   0 Comments

Color spaces of #abc4c4

RGB 171196196
HSL0.500.170.72
HSV180°13°77°
CMYK 0.130.000.00   0.23
XYZ46.498352.123359.8346
Yxy52.12330.29340.3289
Hunter Lab72.1965-11.38051.3995
CIE-Lab77.3545-8.4143-2.8616

#abc4c4 color RGB value is (171,196,196).

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

The process color (four color CMYK) of #abc4c4 color hex is 0.13, 0.00, 0.00, 0.23. Web safe color of #abc4c4 is #99cccc. Color #abc4c4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11000100
Octal 253 304 304
Decimal 171 196 196
Hex AB C4 C4

RGB Percentages of Color #abc4c4

%30.37
%34.81
%34.81

CMYK Percentages of Color #abc4c4

%13
%0
%0
%23

Triadic Colors of #abc4c4

#abc4c4 #c4abc4 #c4c4ab

Analogous Colors of #abc4c4

#abc4c4 #abb8c4 #abc4b8

Monochromatic Colors of #abc4c4

#abc4c4

Complementary Color

#abc4c4 #c4abab

#abc4c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4c4 Color CSS Codes

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

#abc4c4 Text Font Color

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

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


#abc4c4 Background Color

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

This div background color is #abc4c4


#abc4c4 Border Color

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

This div border color is #abc4c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4c4


Comments

No comments written yet.

Please login to write comment.