Color Hex Logo

#abc6cb Color Hex

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

Color spaces of #abc6cb

RGB 171198203
HSL0.530.240.73
HSV189°16°80°
CMYK 0.160.020.00   0.20
XYZ47.768253.357964.2814
Yxy53.35790.28880.3226
Hunter Lab73.0465-11.1026-1.0431
CIE-Lab78.0858-8.0122-5.5624

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

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

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

Base Numbers

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

RGB Percentages of Color #abc6cb

%29.90
%34.62
%35.49

CMYK Percentages of Color #abc6cb

%16
%2
%0
%20

Triadic Colors of #abc6cb

#abc6cb #cbabc6 #c6cbab

Analogous Colors of #abc6cb

#abc6cb #abb6cb #abcbc0

Monochromatic Colors of #abc6cb

#abc6cb

Complementary Color

#abc6cb #cbb0ab

#abc6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc6cb Color CSS Codes

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

#abc6cb Text Font Color

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

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


#abc6cb Background Color

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

This div background color is #abc6cb


#abc6cb Border Color

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

This div border color is #abc6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc6cb

#abc6cb Color Palettes


Comments

No comments written yet.

Please login to write comment.