color codes Logo

#acccbb color codes

#ACCCBB
(172,204,187)
0 Favorites   0 Comments

Color spaces of #acccbb

RGB 172204187
HSL0.410.240.74
HSV148°16°80°
CMYK 0.160.000.08   0.20
XYZ47.575855.544255.2273
Yxy55.54420.30050.3508
Hunter Lab74.5280-16.47648.2341
CIE-Lab79.3537-14.01154.9027

#acccbb color RGB value is (172,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10111011
Octal 254 314 273
Decimal 172 204 187
Hex AC CC BB

RGB Percentages of Color #acccbb

%30.55
%36.23
%33.21

CMYK Percentages of Color #acccbb

%16
%0
%8
%20

Triadic Colors of #acccbb

#acccbb #bbaccc #ccbbac

Analogous Colors of #acccbb

#acccbb #accccb #adccac

Monochromatic Colors of #acccbb

#acccbb

Complementary Color

#acccbb #ccacbd

#acccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccbb Color CSS Codes

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

#acccbb Text Font Color

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

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


#acccbb Background Color

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

This div background color is #acccbb


#acccbb Border Color

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

This div border color is #acccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccbb


Comments

No comments written yet.

Please login to write comment.