Color Hex Logo

#acc8df Color Hex

#ACC8DF
(172,200,223)
0 Favorites   0 Comments

Color spaces of #acc8df

RGB 172200223
HSL0.580.440.77
HSV207°23°87°
CMYK 0.230.100.00   0.13
XYZ50.986855.406977.8194
Yxy55.40690.27680.3008
Hunter Lab74.4358-7.9943-9.8800
CIE-Lab79.2751-4.4031-14.5485

#acc8df color RGB value is (172,200,223).

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

The process color (four color CMYK) of #acc8df color hex is 0.23, 0.10, 0.00, 0.13. Web safe color of #acc8df is #99cccc. Color #acc8df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 11011111
Octal 254 310 337
Decimal 172 200 223
Hex AC C8 DF

RGB Percentages of Color #acc8df

%28.91
%33.61
%37.48

CMYK Percentages of Color #acc8df

%23
%10
%0
%13

Triadic Colors of #acc8df

#acc8df #dfacc8 #c8dfac

Analogous Colors of #acc8df

#acc8df #acafdf #acdfdd

Monochromatic Colors of #acc8df

#acc8df

Complementary Color

#acc8df #dfc3ac

#acc8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc8df Color CSS Codes

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

#acc8df Text Font Color

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

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


#acc8df Background Color

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

This div background color is #acc8df


#acc8df Border Color

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

This div border color is #acc8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc8df


Comments

No comments written yet.

Please login to write comment.