Color Hex Logo

#acc4db Color Hex

#ACC4DB
(172,196,219)
0 Favorites   0 Comments

Color spaces of #acc4db

RGB 172196219
HSL0.580.390.77
HSV209°21°86°
CMYK 0.210.110.00   0.14
XYZ49.539453.365074.7073
Yxy53.36500.27890.3005
Hunter Lab73.0514-6.7910-9.4981
CIE-Lab78.0900-3.1763-14.1755

#acc4db color RGB value is (172,196,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 11011011
Octal 254 304 333
Decimal 172 196 219
Hex AC C4 DB

RGB Percentages of Color #acc4db

%29.30
%33.39
%37.31

CMYK Percentages of Color #acc4db

%21
%11
%0
%14

Triadic Colors of #acc4db

#acc4db #dbacc4 #c4dbac

Analogous Colors of #acc4db

#acc4db #acaddb #acdbdb

Monochromatic Colors of #acc4db

#acc4db

Complementary Color

#acc4db #dbc3ac

#acc4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc4db Color CSS Codes

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

#acc4db Text Font Color

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

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


#acc4db Background Color

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

This div background color is #acc4db


#acc4db Border Color

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

This div border color is #acc4db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc4db


Comments

No comments written yet.

Please login to write comment.