Color Hex Logo

#acc0db Color Hex

#ACC0DB
(172,192,219)
0 Favorites   0 Comments

Color spaces of #acc0db

RGB 172192219
HSL0.600.390.77
HSV214°21°86°
CMYK 0.210.120.00   0.14
XYZ48.649151.584474.4105
Yxy51.58440.27860.2954
Hunter Lab71.8223-4.7813-11.1510
CIE-Lab77.0317-1.0396-15.7663

#acc0db color RGB value is (172,192,219).

#acc0db hex color red value is 172, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #acc0db hue: 0.60 , saturation: 0.39 and the lightness value of acc0db is 0.77.

The process color (four color CMYK) of #acc0db color hex is 0.21, 0.12, 0.00, 0.14. Web safe color of #acc0db is #99cccc. Color #acc0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11011011
Octal 254 300 333
Decimal 172 192 219
Hex AC C0 DB

RGB Percentages of Color #acc0db

%29.50
%32.93
%37.56

CMYK Percentages of Color #acc0db

%21
%12
%0
%14

Triadic Colors of #acc0db

#acc0db #dbacc0 #c0dbac

Analogous Colors of #acc0db

#acc0db #b0acdb #acd8db

Monochromatic Colors of #acc0db

#acc0db

Complementary Color

#acc0db #dbc7ac

#acc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0db Color CSS Codes

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

#acc0db Text Font Color

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

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


#acc0db Background Color

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

This div background color is #acc0db


#acc0db Border Color

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

This div border color is #acc0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0db


Comments

No comments written yet.

Please login to write comment.