Color Hex Logo

#accccb Color Hex

#ACCCCB
(172,204,203)
0 Favorites   0 Comments

Color spaces of #accccb

RGB 172204203
HSL0.490.240.74
HSV178°16°80°
CMYK 0.160.000.00   0.20
XYZ49.385656.268264.7579
Yxy56.26820.28980.3302
Hunter Lab75.0121-13.75251.3235
CIE-Lab79.7662-10.8182-3.0787

#accccb color RGB value is (172,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11001011
Octal 254 314 313
Decimal 172 204 203
Hex AC CC CB

RGB Percentages of Color #accccb

%29.71
%35.23
%35.06

CMYK Percentages of Color #accccb

%16
%0
%0
%20

Triadic Colors of #accccb

#accccb #cbaccc #cccbac

Analogous Colors of #accccb

#accccb #acbdcc #acccbb

Monochromatic Colors of #accccb

#accccb

Complementary Color

#accccb #ccacad

#accccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#accccb Color CSS Codes

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

#accccb Text Font Color

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

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


#accccb Background Color

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

This div background color is #accccb


#accccb Border Color

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

This div border color is #accccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accccb


Comments

No comments written yet.

Please login to write comment.