Color Hex Logo

#acefcf Color Hex

#ACEFCF
(172,239,207)
0 Favorites   0 Comments

Color spaces of #acefcf

RGB 172239207
HSL0.420.680.81
HSV151°28°94°
CMYK 0.280.000.13   0.06
XYZ59.142275.008770.3925
Yxy75.00870.28910.3667
Hunter Lab86.6076-29.669912.4358
CIE-Lab89.3971-27.43368.7831

#acefcf color RGB value is (172,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11001111
Octal 254 357 317
Decimal 172 239 207
Hex AC EF CF

RGB Percentages of Color #acefcf

%27.83
%38.67
%33.50

CMYK Percentages of Color #acefcf

%28
%0
%13
%6

Triadic Colors of #acefcf

#acefcf #cfacef #efcfac

Analogous Colors of #acefcf

#acefcf #aceeef #acefae

Monochromatic Colors of #acefcf

#acefcf

Complementary Color

#acefcf #efaccc

#acefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefcf Color CSS Codes

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

#acefcf Text Font Color

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

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


#acefcf Background Color

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

This div background color is #acefcf


#acefcf Border Color

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

This div border color is #acefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefcf


Comments

No comments written yet.

Please login to write comment.