Color Hex Logo

#abccbc Color Hex

#ABCCBC
(171,204,188)
0 Favorites   0 Comments

Color spaces of #abccbc

RGB 171204188
HSL0.420.240.74
HSV151°16°80°
CMYK 0.160.000.08   0.20
XYZ47.464655.474555.7830
Yxy55.47450.29900.3495
Hunter Lab74.4812-16.58957.7314
CIE-Lab79.3138-14.14914.3008

#abccbc color RGB value is (171,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10111100
Octal 253 314 274
Decimal 171 204 188
Hex AB CC BC

RGB Percentages of Color #abccbc

%30.37
%36.23
%33.39

CMYK Percentages of Color #abccbc

%16
%0
%8
%20

Triadic Colors of #abccbc

#abccbc #bcabcc #ccbcab

Analogous Colors of #abccbc

#abccbc #abcccc #abccac

Monochromatic Colors of #abccbc

#abccbc

Complementary Color

#abccbc #ccabbb

#abccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccbc Color CSS Codes

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

#abccbc Text Font Color

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

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


#abccbc Background Color

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

This div background color is #abccbc


#abccbc Border Color

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

This div border color is #abccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccbc


Comments

No comments written yet.

Please login to write comment.