Color Hex Logo

#accbcc Color Hex

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

Color spaces of #accbcc

RGB 172203204
HSL0.510.240.74
HSV182°16°80°
CMYK 0.160.000.00   0.20
XYZ49.268355.842265.3086
Yxy55.84220.28910.3277
Hunter Lab74.7276-13.08740.4926
CIE-Lab79.5239-10.0923-3.9719

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

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

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

Base Numbers

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

RGB Percentages of Color #accbcc

%29.71
%35.06
%35.23

CMYK Percentages of Color #accbcc

%16
%0
%0
%20

Triadic Colors of #accbcc

#accbcc #ccaccb #cbccac

Analogous Colors of #accbcc

#accbcc #acbbcc #acccbd

Monochromatic Colors of #accbcc

#accbcc

Complementary Color

#accbcc #ccadac

#accbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#accbcc Color CSS Codes

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

#accbcc Text Font Color

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

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


#accbcc Background Color

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

This div background color is #accbcc


#accbcc Border Color

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

This div border color is #accbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accbcc


Comments

No comments written yet.

Please login to write comment.