Color Hex Logo

#abc4cb Color Hex

#ABC4CB
(171,196,203)
0 Favorites   0 Comments

Color spaces of #abc4cb

RGB 171196203
HSL0.540.240.73
HSV193°16°80°
CMYK 0.160.030.00   0.20
XYZ47.314052.449664.1300
Yxy52.44960.28870.3200
Hunter Lab72.4221-10.1230-1.8060
CIE-Lab77.5489-6.9618-6.3563

#abc4cb color RGB value is (171,196,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11001011
Octal 253 304 313
Decimal 171 196 203
Hex AB C4 CB

RGB Percentages of Color #abc4cb

%30.00
%34.39
%35.61

CMYK Percentages of Color #abc4cb

%16
%3
%0
%20

Triadic Colors of #abc4cb

#abc4cb #cbabc4 #c4cbab

Analogous Colors of #abc4cb

#abc4cb #abb4cb #abcbc2

Monochromatic Colors of #abc4cb

#abc4cb

Complementary Color

#abc4cb #cbb2ab

#abc4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4cb Color CSS Codes

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

#abc4cb Text Font Color

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

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


#abc4cb Background Color

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

This div background color is #abc4cb


#abc4cb Border Color

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

This div border color is #abc4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4cb


Comments

No comments written yet.

Please login to write comment.