Color Hex Logo

#acefef Color Hex

#ACEFEF
(172,239,239)
0 Favorites   0 Comments

Color spaces of #acefef

RGB 172239239
HSL0.500.680.81
HSV180°28°94°
CMYK 0.280.000.00   0.06
XYZ63.459776.735793.1281
Yxy76.73570.27200.3289
Hunter Lab87.5989-23.9865-1.7131
CIE-Lab90.1998-20.7494-6.7438

#acefef color RGB value is (172,239,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11101111
Octal 254 357 357
Decimal 172 239 239
Hex AC EF EF

RGB Percentages of Color #acefef

%26.46
%36.77
%36.77

CMYK Percentages of Color #acefef

%28
%0
%0
%6

Triadic Colors of #acefef

#acefef #efacef #efefac

Analogous Colors of #acefef

#acefef #acceef #acefce

Monochromatic Colors of #acefef

#acefef

Complementary Color

#acefef #efacac

#acefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefef Color CSS Codes

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

#acefef Text Font Color

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

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


#acefef Background Color

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

This div background color is #acefef


#acefef Border Color

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

This div border color is #acefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefef


Comments

No comments written yet.

Please login to write comment.