Color Hex Logo

#abcbc6 Color Hex

#ABCBC6
(171,203,198)
0 Favorites   0 Comments

Color spaces of #abcbc6

RGB 171203198
HSL0.470.240.73
HSV171°16°80°
CMYK 0.160.000.02   0.20
XYZ48.343655.447061.5804
Yxy55.44700.29230.3353
Hunter Lab74.4627-14.42193.0913
CIE-Lab79.2980-11.6474-1.0887

#abcbc6 color RGB value is (171,203,198).

#abcbc6 hex color red value is 171, green value is 203 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #abcbc6 hue: 0.47 , saturation: 0.24 and the lightness value of abcbc6 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 11000110
Octal 253 313 306
Decimal 171 203 198
Hex AB CB C6

RGB Percentages of Color #abcbc6

%29.90
%35.49
%34.62

CMYK Percentages of Color #abcbc6

%16
%0
%2
%20

Triadic Colors of #abcbc6

#abcbc6 #c6abcb #cbc6ab

Analogous Colors of #abcbc6

#abcbc6 #abc0cb #abcbb6

Monochromatic Colors of #abcbc6

#abcbc6

Complementary Color

#abcbc6 #cbabb0

#abcbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcbc6 Color CSS Codes

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

#abcbc6 Text Font Color

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

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


#abcbc6 Background Color

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

This div background color is #abcbc6


#abcbc6 Border Color

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

This div border color is #abcbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcbc6

#abcbc6 Color Palettes


Comments

No comments written yet.

Please login to write comment.