Color Hex Logo

#acccdb Color Hex

#ACCCDB
(172,204,219)
0 Favorites   0 Comments

Color spaces of #acccdb

RGB 172204219
HSL0.550.390.77
HSV199°21°86°
CMYK 0.210.070.00   0.14
XYZ51.392357.070975.3249
Yxy57.07090.27960.3105
Hunter Lab75.5453-10.7734-6.2353
CIE-Lab80.2195-7.3995-10.9888

#acccdb color RGB value is (172,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11011011
Octal 254 314 333
Decimal 172 204 219
Hex AC CC DB

RGB Percentages of Color #acccdb

%28.91
%34.29
%36.81

CMYK Percentages of Color #acccdb

%21
%7
%0
%14

Triadic Colors of #acccdb

#acccdb #dbaccc #ccdbac

Analogous Colors of #acccdb

#acccdb #acb5db #acdbd3

Monochromatic Colors of #acccdb

#acccdb

Complementary Color

#acccdb #dbbbac

#acccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccdb Color CSS Codes

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

#acccdb Text Font Color

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

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


#acccdb Background Color

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

This div background color is #acccdb


#acccdb Border Color

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

This div border color is #acccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccdb


Comments

No comments written yet.

Please login to write comment.