Color Hex Logo

#acefea Color Hex

#ACEFEA
(172,239,234)
0 Favorites   0 Comments

Color spaces of #acefea

RGB 172239234
HSL0.490.680.81
HSV176°28°94°
CMYK 0.280.000.02   0.06
XYZ62.731076.444289.2908
Yxy76.44420.27460.3346
Hunter Lab87.4324-24.93640.6524
CIE-Lab90.0652-21.8482-4.3317

#acefea color RGB value is (172,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 11101010
Octal 254 357 352
Decimal 172 239 234
Hex AC EF EA

RGB Percentages of Color #acefea

%26.67
%37.05
%36.28

CMYK Percentages of Color #acefea

%28
%0
%2
%6

Triadic Colors of #acefea

#acefea #eaacef #efeaac

Analogous Colors of #acefea

#acefea #acd3ef #acefc9

Monochromatic Colors of #acefea

#acefea

Complementary Color

#acefea #efacb1

#acefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefea Color CSS Codes

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

#acefea Text Font Color

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

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


#acefea Background Color

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

This div background color is #acefea


#acefea Border Color

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

This div border color is #acefea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefea


Comments

No comments written yet.

Please login to write comment.