Color Hex Logo

#acc9da Color Hex

#ACC9DA
(172,201,218)
0 Favorites   0 Comments

Color spaces of #acc9da

RGB 172201218
HSL0.560.380.76
HSV202°21°85°
CMYK 0.210.080.00   0.15
XYZ50.554855.605974.3982
Yxy55.60590.28000.3080
Hunter Lab74.5694-9.4811-6.9554
CIE-Lab79.3890-6.0448-11.6922

#acc9da color RGB value is (172,201,218).

#acc9da hex color red value is 172, green value is 201 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #acc9da hue: 0.56 , saturation: 0.38 and the lightness value of acc9da is 0.76.

The process color (four color CMYK) of #acc9da color hex is 0.21, 0.08, 0.00, 0.15. Web safe color of #acc9da is #99cccc. Color #acc9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 11011010
Octal 254 311 332
Decimal 172 201 218
Hex AC C9 DA

RGB Percentages of Color #acc9da

%29.10
%34.01
%36.89

CMYK Percentages of Color #acc9da

%21
%8
%0
%15

Triadic Colors of #acc9da

#acc9da #daacc9 #c9daac

Analogous Colors of #acc9da

#acc9da #acb2da #acdad4

Monochromatic Colors of #acc9da

#acc9da

Complementary Color

#acc9da #dabdac

#acc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc9da Color CSS Codes

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

#acc9da Text Font Color

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

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


#acc9da Background Color

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

This div background color is #acc9da


#acc9da Border Color

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

This div border color is #acc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc9da

#acc9da Color Palettes


Comments

No comments written yet.

Please login to write comment.