Color Hex Logo

#acc0da Color Hex

#ACC0DA
(172,192,218)
0 Favorites   0 Comments

Color spaces of #acc0da

RGB 172192218
HSL0.590.380.76
HSV214°21°85°
CMYK 0.210.120.00   0.15
XYZ48.517851.531973.7192
Yxy51.53190.27920.2966
Hunter Lab71.7857-4.9823-10.6369
CIE-Lab77.0001-1.2636-15.2735

#acc0da color RGB value is (172,192,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 11011010
Octal 254 300 332
Decimal 172 192 218
Hex AC C0 DA

RGB Percentages of Color #acc0da

%29.55
%32.99
%37.46

CMYK Percentages of Color #acc0da

%21
%12
%0
%15

Triadic Colors of #acc0da

#acc0da #daacc0 #c0daac

Analogous Colors of #acc0da

#acc0da #afacda #acd7da

Monochromatic Colors of #acc0da

#acc0da

Complementary Color

#acc0da #dac6ac

#acc0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc0da Color CSS Codes

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

#acc0da Text Font Color

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

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


#acc0da Background Color

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

This div background color is #acc0da


#acc0da Border Color

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

This div border color is #acc0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc0da


Comments

No comments written yet.

Please login to write comment.