Color Hex Logo

#acfaea Color Hex

#ACFAEA
(172,250,234)
0 Favorites   0 Comments

Color spaces of #acfaea

RGB 172250234
HSL0.470.890.83
HSV168°31°98°
CMYK 0.310.000.06   0.02
XYZ66.050183.082490.3972
Yxy83.08240.27570.3469
Hunter Lab91.1495-30.16455.0041
CIE-Lab93.0505-27.16970.0453

#acfaea color RGB value is (172,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11101010
Octal 254 372 352
Decimal 172 250 234
Hex AC FA EA

RGB Percentages of Color #acfaea

%26.22
%38.11
%35.67

CMYK Percentages of Color #acfaea

%31
%0
%6
%2

Triadic Colors of #acfaea

#acfaea #eaacfa #faeaac

Analogous Colors of #acfaea

#acfaea #ace3fa #acfac3

Monochromatic Colors of #acfaea

#acfaea

Complementary Color

#acfaea #faacbc

#acfaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaea Color CSS Codes

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

#acfaea Text Font Color

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

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


#acfaea Background Color

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

This div background color is #acfaea


#acfaea Border Color

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

This div border color is #acfaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,250,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 #acfaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaea


Comments

No comments written yet.

Please login to write comment.