Color Hex Logo

#acc8ee Color Hex

#ACC8EE
(172,200,238)
0 Favorites   0 Comments

Color spaces of #acc8ee

RGB 172200238
HSL0.600.660.80
HSV215°28°93°
CMYK 0.280.160.00   0.07
XYZ53.100256.252388.9480
Yxy56.25230.26780.2837
Hunter Lab75.0015-4.8768-17.8138
CIE-Lab79.7572-0.9438-21.8643

#acc8ee color RGB value is (172,200,238).

#acc8ee hex color red value is 172, green value is 200 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acc8ee hue: 0.60 , saturation: 0.66 and the lightness value of acc8ee is 0.80.

The process color (four color CMYK) of #acc8ee color hex is 0.28, 0.16, 0.00, 0.07. Web safe color of #acc8ee is #99ccff. Color #acc8ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001000 11101110
Octal 254 310 356
Decimal 172 200 238
Hex AC C8 EE

RGB Percentages of Color #acc8ee

%28.20
%32.79
%39.02

CMYK Percentages of Color #acc8ee

%28
%16
%0
%7

Triadic Colors of #acc8ee

#acc8ee #eeacc8 #c8eeac

Analogous Colors of #acc8ee

#acc8ee #b1acee #ace9ee

Monochromatic Colors of #acc8ee

#acc8ee

Complementary Color

#acc8ee #eed2ac

#acc8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc8ee Color CSS Codes

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

#acc8ee Text Font Color

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

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


#acc8ee Background Color

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

This div background color is #acc8ee


#acc8ee Border Color

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

This div border color is #acc8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc8ee


Comments

No comments written yet.

Please login to write comment.