Color Hex Logo

#acf9ec Color Hex

#ACF9EC
(172,249,236)
0 Favorites   0 Comments

Color spaces of #acf9ec

RGB 172249236
HSL0.470.870.83
HSV170°31°98°
CMYK 0.310.000.05   0.02
XYZ66.029382.578191.8159
Yxy82.57810.27460.3435
Hunter Lab90.8725-29.32613.7052
CIE-Lab92.8294-26.2633-1.3141

#acf9ec color RGB value is (172,249,236).

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

The process color (four color CMYK) of #acf9ec color hex is 0.31, 0.00, 0.05, 0.02. Web safe color of #acf9ec is #99ffff. Color #acf9ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 11101100
Octal 254 371 354
Decimal 172 249 236
Hex AC F9 EC

RGB Percentages of Color #acf9ec

%26.18
%37.90
%35.92

CMYK Percentages of Color #acf9ec

%31
%0
%5
%2

Triadic Colors of #acf9ec

#acf9ec #ecacf9 #f9ecac

Analogous Colors of #acf9ec

#acf9ec #ace0f9 #acf9c6

Monochromatic Colors of #acf9ec

#acf9ec

Complementary Color

#acf9ec #f9acb9

#acf9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf9ec Color CSS Codes

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

#acf9ec Text Font Color

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

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


#acf9ec Background Color

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

This div background color is #acf9ec


#acf9ec Border Color

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

This div border color is #acf9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf9ec


Comments

No comments written yet.

Please login to write comment.