Color Hex Logo

#acece1 Color Hex

#ACECE1
(172,236,225)
0 Favorites   0 Comments

Color spaces of #acece1

RGB 172236225
HSL0.470.630.80
HSV170°27°93°
CMYK 0.270.000.05   0.07
XYZ60.599374.197882.3618
Yxy74.19780.27910.3417
Hunter Lab86.1381-25.16473.6060
CIE-Lab89.0159-22.3133-1.1676

#acece1 color RGB value is (172,236,225).

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

The process color (four color CMYK) of #acece1 color hex is 0.27, 0.00, 0.05, 0.07. Web safe color of #acece1 is #99ffcc. Color #acece1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11100001
Octal 254 354 341
Decimal 172 236 225
Hex AC EC E1

RGB Percentages of Color #acece1

%27.17
%37.28
%35.55

CMYK Percentages of Color #acece1

%27
%0
%5
%7

Triadic Colors of #acece1

#acece1 #e1acec #ece1ac

Analogous Colors of #acece1

#acece1 #acd7ec #acecc1

Monochromatic Colors of #acece1

#acece1

Complementary Color

#acece1 #ecacb7

#acece1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acece1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acece1 Color CSS Codes

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

#acece1 Text Font Color

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

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


#acece1 Background Color

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

This div background color is #acece1


#acece1 Border Color

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

This div border color is #acece1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acece1


Comments

No comments written yet.

Please login to write comment.