Color Hex Logo

#acc4cb Color Hex

#ACC4CB
(172,196,203)
0 Favorites   0 Comments

Color spaces of #acc4cb

RGB 172196203
HSL0.540.230.74
HSV194°15°80°
CMYK 0.150.030.00   0.20
XYZ47.532752.562364.1402
Yxy52.56230.28940.3200
Hunter Lab72.4999-9.8458-1.7036
CIE-Lab77.6159-6.6408-6.2497

#acc4cb color RGB value is (172,196,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 11001011
Octal 254 304 313
Decimal 172 196 203
Hex AC C4 CB

RGB Percentages of Color #acc4cb

%30.12
%34.33
%35.55

CMYK Percentages of Color #acc4cb

%15
%3
%0
%20

Triadic Colors of #acc4cb

#acc4cb #cbacc4 #c4cbac

Analogous Colors of #acc4cb

#acc4cb #acb5cb #accbc3

Monochromatic Colors of #acc4cb

#acc4cb

Complementary Color

#acc4cb #cbb3ac

#acc4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4cb Color CSS Codes

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

#acc4cb Text Font Color

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

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


#acc4cb Background Color

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

This div background color is #acc4cb


#acc4cb Border Color

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

This div border color is #acc4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4cb


Comments

No comments written yet.

Please login to write comment.