Color Hex Logo

#acc5df Color Hex

#ACC5DF
(172,197,223)
0 Favorites   0 Comments

Color spaces of #acc5df

RGB 172197223
HSL0.580.440.77
HSV211°23°87°
CMYK 0.230.120.00   0.13
XYZ50.298854.030977.5900
Yxy54.03090.27650.2970
Hunter Lab73.5057-6.4903-11.1304
CIE-Lab78.4797-2.8106-15.7438

#acc5df color RGB value is (172,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 11011111
Octal 254 305 337
Decimal 172 197 223
Hex AC C5 DF

RGB Percentages of Color #acc5df

%29.05
%33.28
%37.67

CMYK Percentages of Color #acc5df

%23
%12
%0
%13

Triadic Colors of #acc5df

#acc5df #dfacc5 #c5dfac

Analogous Colors of #acc5df

#acc5df #adacdf #acdfdf

Monochromatic Colors of #acc5df

#acc5df

Complementary Color

#acc5df #dfc6ac

#acc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5df Color CSS Codes

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

#acc5df Text Font Color

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

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


#acc5df Background Color

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

This div background color is #acc5df


#acc5df Border Color

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

This div border color is #acc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5df

#acc5df Color Palettes


Comments

No comments written yet.

Please login to write comment.