Color Hex Logo

#accee9 Color Hex

#ACCEE9
(172,206,233)
0 Favorites   0 Comments

Color spaces of #accee9

RGB 172206233
HSL0.570.580.79
HSV207°26°91°
CMYK 0.260.120.00   0.09
XYZ53.792558.796585.6045
Yxy58.79650.27140.2967
Hunter Lab76.6789-8.9650-12.5163
CIE-Lab81.1796-5.2929-17.0392

#accee9 color RGB value is (172,206,233).

#accee9 hex color red value is 172, green value is 206 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #accee9 hue: 0.57 , saturation: 0.58 and the lightness value of accee9 is 0.79.

The process color (four color CMYK) of #accee9 color hex is 0.26, 0.12, 0.00, 0.09. Web safe color of #accee9 is #99ccff. Color #accee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11101001
Octal 254 316 351
Decimal 172 206 233
Hex AC CE E9

RGB Percentages of Color #accee9

%28.15
%33.72
%38.13

CMYK Percentages of Color #accee9

%26
%12
%0
%9

Triadic Colors of #accee9

#accee9 #e9acce #cee9ac

Analogous Colors of #accee9

#accee9 #acb0e9 #ace9e6

Monochromatic Colors of #accee9

#accee9

Complementary Color

#accee9 #e9c7ac

#accee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accee9 Color CSS Codes

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

#accee9 Text Font Color

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

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


#accee9 Background Color

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

This div background color is #accee9


#accee9 Border Color

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

This div border color is #accee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accee9


Comments

No comments written yet.

Please login to write comment.