Color Hex Logo

#acc3cb Color Hex

#ACC3CB
(172,195,203)
0 Favorites   0 Comments

Color spaces of #acc3cb

RGB 172195203
HSL0.540.230.74
HSV195°15°80°
CMYK 0.150.040.00   0.20
XYZ47.307952.112764.0653
Yxy52.11270.28940.3188
Hunter Lab72.1891-9.3541-2.0854
CIE-Lab77.3482-6.1136-6.6460

#acc3cb color RGB value is (172,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 11001011
Octal 254 303 313
Decimal 172 195 203
Hex AC C3 CB

RGB Percentages of Color #acc3cb

%30.18
%34.21
%35.61

CMYK Percentages of Color #acc3cb

%15
%4
%0
%20

Triadic Colors of #acc3cb

#acc3cb #cbacc3 #c3cbac

Analogous Colors of #acc3cb

#acc3cb #acb4cb #accbc4

Monochromatic Colors of #acc3cb

#acc3cb

Complementary Color

#acc3cb #cbb4ac

#acc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc3cb Color CSS Codes

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

#acc3cb Text Font Color

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

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


#acc3cb Background Color

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

This div background color is #acc3cb


#acc3cb Border Color

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

This div border color is #acc3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc3cb


Comments

No comments written yet.

Please login to write comment.