Color Hex Logo

#aceff3 Color Hex

#ACEFF3
(172,239,243)
0 Favorites   0 Comments

Color spaces of #aceff3

RGB 172239243
HSL0.510.750.81
HSV183°29°95°
CMYK 0.290.020.00   0.05
XYZ64.057476.974796.2754
Yxy76.97470.26990.3244
Hunter Lab87.7352-23.2099-3.6466
CIE-Lab90.3100-19.8564-8.6689

#aceff3 color RGB value is (172,239,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11110011
Octal 254 357 363
Decimal 172 239 243
Hex AC EF F3

RGB Percentages of Color #aceff3

%26.30
%36.54
%37.16

CMYK Percentages of Color #aceff3

%29
%2
%0
%5

Triadic Colors of #aceff3

#aceff3 #f3acef #eff3ac

Analogous Colors of #aceff3

#aceff3 #acccf3 #acf3d4

Monochromatic Colors of #aceff3

#aceff3

Complementary Color

#aceff3 #f3b0ac

#aceff3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceff3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceff3 Color CSS Codes

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

#aceff3 Text Font Color

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

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


#aceff3 Background Color

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

This div background color is #aceff3


#aceff3 Border Color

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

This div border color is #aceff3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceff3


Comments

No comments written yet.

Please login to write comment.