Color Hex Logo

#acc5dd Color Hex

#ACC5DD
(172,197,221)
0 Favorites   0 Comments

Color spaces of #acc5dd

RGB 172197221
HSL0.580.420.77
HSV209°22°87°
CMYK 0.220.110.00   0.13
XYZ50.030753.923676.1780
Yxy53.92360.27770.2994
Hunter Lab73.4327-6.8927-10.1037
CIE-Lab78.4172-3.2606-14.7614

#acc5dd color RGB value is (172,197,221).

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

The process color (four color CMYK) of #acc5dd color hex is 0.22, 0.11, 0.00, 0.13. Web safe color of #acc5dd is #99cccc. Color #acc5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 11011101
Octal 254 305 335
Decimal 172 197 221
Hex AC C5 DD

RGB Percentages of Color #acc5dd

%29.15
%33.39
%37.46

CMYK Percentages of Color #acc5dd

%22
%11
%0
%13

Triadic Colors of #acc5dd

#acc5dd #ddacc5 #c5ddac

Analogous Colors of #acc5dd

#acc5dd #acaddd #acdddd

Monochromatic Colors of #acc5dd

#acc5dd

Complementary Color

#acc5dd #ddc4ac

#acc5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5dd Color CSS Codes

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

#acc5dd Text Font Color

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

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


#acc5dd Background Color

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

This div background color is #acc5dd


#acc5dd Border Color

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

This div border color is #acc5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5dd


Comments

No comments written yet.

Please login to write comment.