Color Hex Logo

#acfaef Color Hex

#ACFAEF
(172,250,239)
0 Favorites   0 Comments

Color spaces of #acfaef

RGB 172250239
HSL0.480.890.83
HSV172°31°98°
CMYK 0.310.000.04   0.02
XYZ66.778983.373994.2345
Yxy83.37390.27330.3412
Hunter Lab91.3093-29.24562.7271
CIE-Lab93.1779-26.0959-2.3580

#acfaef color RGB value is (172,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 11101111
Octal 254 372 357
Decimal 172 250 239
Hex AC FA EF

RGB Percentages of Color #acfaef

%26.02
%37.82
%36.16

CMYK Percentages of Color #acfaef

%31
%0
%4
%2

Triadic Colors of #acfaef

#acfaef #efacfa #faefac

Analogous Colors of #acfaef

#acfaef #acdefa #acfac8

Monochromatic Colors of #acfaef

#acfaef

Complementary Color

#acfaef #faacb7

#acfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfaef Color CSS Codes

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

#acfaef Text Font Color

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

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


#acfaef Background Color

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

This div background color is #acfaef


#acfaef Border Color

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

This div border color is #acfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfaef

Related Colors


Comments

No comments written yet.

Please login to write comment.