Color Hex Logo

#acefcc Color Hex

#ACEFCC
(172,239,204)
0 Favorites   0 Comments

Color spaces of #acefcc

RGB 172239204
HSL0.410.680.81
HSV149°28°94°
CMYK 0.280.000.15   0.06
XYZ58.778874.863368.4788
Yxy74.86330.29080.3704
Hunter Lab86.5236-30.154313.6416
CIE-Lab89.3289-28.015910.2472

#acefcc color RGB value is (172,239,204).

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

The process color (four color CMYK) of #acefcc color hex is 0.28, 0.00, 0.15, 0.06. Web safe color of #acefcc is #99ffcc. Color #acefcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11001100
Octal 254 357 314
Decimal 172 239 204
Hex AC EF CC

RGB Percentages of Color #acefcc

%27.97
%38.86
%33.17

CMYK Percentages of Color #acefcc

%28
%0
%15
%6

Triadic Colors of #acefcc

#acefcc #ccacef #efccac

Analogous Colors of #acefcc

#acefcc #acefee #aeefac

Monochromatic Colors of #acefcc

#acefcc

Complementary Color

#acefcc #efaccf

#acefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefcc Color CSS Codes

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

#acefcc Text Font Color

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

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


#acefcc Background Color

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

This div background color is #acefcc


#acefcc Border Color

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

This div border color is #acefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefcc


Comments

No comments written yet.

Please login to write comment.