Color Hex Logo

#abc3cb Color Hex

#ABC3CB
(171,195,203)
0 Favorites   0 Comments

Color spaces of #abc3cb

RGB 171195203
HSL0.540.240.73
HSV195°16°80°
CMYK 0.160.040.00   0.20
XYZ47.089251.999964.0550
Yxy51.99990.28860.3187
Hunter Lab72.1110-9.6318-2.1887
CIE-Lab77.2808-6.4346-6.7532

#abc3cb color RGB value is (171,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 11001011
Octal 253 303 313
Decimal 171 195 203
Hex AB C3 CB

RGB Percentages of Color #abc3cb

%30.05
%34.27
%35.68

CMYK Percentages of Color #abc3cb

%16
%4
%0
%20

Triadic Colors of #abc3cb

#abc3cb #cbabc3 #c3cbab

Analogous Colors of #abc3cb

#abc3cb #abb3cb #abcbc3

Monochromatic Colors of #abc3cb

#abc3cb

Complementary Color

#abc3cb #cbb3ab

#abc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3cb Color CSS Codes

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

#abc3cb Text Font Color

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

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


#abc3cb Background Color

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

This div background color is #abc3cb


#abc3cb Border Color

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

This div border color is #abc3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3cb


Comments

No comments written yet.

Please login to write comment.