Color Hex Logo

#acc1db Color Hex

#ACC1DB
(172,193,219)
0 Favorites   0 Comments

Color spaces of #acc1db

RGB 172193219
HSL0.590.390.77
HSV213°21°86°
CMYK 0.210.120.00   0.14
XYZ48.869452.025174.4840
Yxy52.02510.27870.2966
Hunter Lab72.1284-5.2851-10.7364
CIE-Lab77.2958-1.5755-15.3688

#acc1db color RGB value is (172,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 11011011
Octal 254 301 333
Decimal 172 193 219
Hex AC C1 DB

RGB Percentages of Color #acc1db

%29.45
%33.05
%37.50

CMYK Percentages of Color #acc1db

%21
%12
%0
%14

Triadic Colors of #acc1db

#acc1db #dbacc1 #c1dbac

Analogous Colors of #acc1db

#acc1db #afacdb #acd9db

Monochromatic Colors of #acc1db

#acc1db

Complementary Color

#acc1db #dbc6ac

#acc1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc1db Color CSS Codes

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

#acc1db Text Font Color

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

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


#acc1db Background Color

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

This div background color is #acc1db


#acc1db Border Color

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

This div border color is #acc1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc1db


Comments

No comments written yet.

Please login to write comment.