Color Hex Logo

#accee1 Color Hex

#ACCEE1
(172,206,225)
0 Favorites   0 Comments

Color spaces of #accee1

RGB 172206225
HSL0.560.470.78
HSV202°24°88°
CMYK 0.240.080.00   0.12
XYZ52.675258.349579.7205
Yxy58.34950.27620.3059
Hunter Lab76.3868-10.5861-8.4067
CIE-Lab80.9327-7.1123-13.1349

#accee1 color RGB value is (172,206,225).

#accee1 hex color red value is 172, green value is 206 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #accee1 hue: 0.56 , saturation: 0.47 and the lightness value of accee1 is 0.78.

The process color (four color CMYK) of #accee1 color hex is 0.24, 0.08, 0.00, 0.12. Web safe color of #accee1 is #99cccc. Color #accee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11100001
Octal 254 316 341
Decimal 172 206 225
Hex AC CE E1

RGB Percentages of Color #accee1

%28.52
%34.16
%37.31

CMYK Percentages of Color #accee1

%24
%8
%0
%12

Triadic Colors of #accee1

#accee1 #e1acce #cee1ac

Analogous Colors of #accee1

#accee1 #acb4e1 #ace1da

Monochromatic Colors of #accee1

#accee1

Complementary Color

#accee1 #e1bfac

#accee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accee1 Color CSS Codes

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

#accee1 Text Font Color

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

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


#accee1 Background Color

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

This div background color is #accee1


#accee1 Border Color

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

This div border color is #accee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accee1


Comments

No comments written yet.

Please login to write comment.