Color Hex Logo

#abccbb Color Hex

#ABCCBB
(171,204,187)
0 Favorites   0 Comments

Color spaces of #abccbb

RGB 171204187
HSL0.410.240.74
HSV149°16°80°
CMYK 0.160.000.08   0.20
XYZ47.357155.431555.2171
Yxy55.43150.29970.3508
Hunter Lab74.4523-16.75268.1446
CIE-Lab79.2892-14.34264.8013

#abccbb color RGB value is (171,204,187).

#abccbb hex color red value is 171, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abccbb hue: 0.41 , saturation: 0.24 and the lightness value of abccbb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10111011
Octal 253 314 273
Decimal 171 204 187
Hex AB CC BB

RGB Percentages of Color #abccbb

%30.43
%36.30
%33.27

CMYK Percentages of Color #abccbb

%16
%0
%8
%20

Triadic Colors of #abccbb

#abccbb #bbabcc #ccbbab

Analogous Colors of #abccbb

#abccbb #abcccc #acccab

Monochromatic Colors of #abccbb

#abccbb

Complementary Color

#abccbb #ccabbc

#abccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccbb Color CSS Codes

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

#abccbb Text Font Color

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

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


#abccbb Background Color

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

This div background color is #abccbb


#abccbb Border Color

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

This div border color is #abccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccbb


Comments

No comments written yet.

Please login to write comment.