Color Hex Logo

#acecf1 Color Hex

#ACECF1
(172,236,241)
0 Favorites   0 Comments

Color spaces of #acecf1

RGB 172236241
HSL0.510.710.81
HSV184°29°95°
CMYK 0.290.020.00   0.05
XYZ62.885975.112494.4028
Yxy75.11240.27060.3232
Hunter Lab86.6674-22.1483-3.9147
CIE-Lab89.4456-18.8196-8.9064

#acecf1 color RGB value is (172,236,241).

#acecf1 hex color red value is 172, green value is 236 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #acecf1 hue: 0.51 , saturation: 0.71 and the lightness value of acecf1 is 0.81.

The process color (four color CMYK) of #acecf1 color hex is 0.29, 0.02, 0.00, 0.05. Web safe color of #acecf1 is #99ffff. Color #acecf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11110001
Octal 254 354 361
Decimal 172 236 241
Hex AC EC F1

RGB Percentages of Color #acecf1

%26.50
%36.36
%37.13

CMYK Percentages of Color #acecf1

%29
%2
%0
%5

Triadic Colors of #acecf1

#acecf1 #f1acec #ecf1ac

Analogous Colors of #acecf1

#acecf1 #accaf1 #acf1d4

Monochromatic Colors of #acecf1

#acecf1

Complementary Color

#acecf1 #f1b1ac

#acecf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecf1 Color CSS Codes

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

#acecf1 Text Font Color

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

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


#acecf1 Background Color

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

This div background color is #acecf1


#acecf1 Border Color

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

This div border color is #acecf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecf1


Comments

No comments written yet.

Please login to write comment.