Color Hex Logo

#acc8da Color Hex

#ACC8DA
(172,200,218)
0 Favorites   0 Comments

Color spaces of #acc8da

RGB 172200218
HSL0.570.380.76
HSV203°21°85°
CMYK 0.210.080.00   0.15
XYZ50.322455.141274.3207
Yxy55.14120.27990.3067
Hunter Lab74.2571-8.9845-7.3608
CIE-Lab79.1225-5.5179-12.0905

#acc8da color RGB value is (172,200,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 11011010
Octal 254 310 332
Decimal 172 200 218
Hex AC C8 DA

RGB Percentages of Color #acc8da

%29.15
%33.90
%36.95

CMYK Percentages of Color #acc8da

%21
%8
%0
%15

Triadic Colors of #acc8da

#acc8da #daacc8 #c8daac

Analogous Colors of #acc8da

#acc8da #acb1da #acdad5

Monochromatic Colors of #acc8da

#acc8da

Complementary Color

#acc8da #dabeac

#acc8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc8da Color CSS Codes

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

#acc8da Text Font Color

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

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


#acc8da Background Color

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

This div background color is #acc8da


#acc8da Border Color

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

This div border color is #acc8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc8da


Comments

No comments written yet.

Please login to write comment.