Color Hex Logo

#acfee2 Color Hex

#ACFEE2
(172,254,226)
0 Favorites   0 Comments

Color spaces of #acfee2

RGB 172254226
HSL0.440.980.84
HSV160°32°100°
CMYK 0.320.000.11   0.00
XYZ66.182585.145384.8980
Yxy85.14530.28020.3604
Hunter Lab92.2742-33.453010.0415
CIE-Lab93.9457-30.73265.4805

#acfee2 color RGB value is (172,254,226).

#acfee2 hex color red value is 172, green value is 254 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #acfee2 hue: 0.44 , saturation: 0.98 and the lightness value of acfee2 is 0.84.

The process color (four color CMYK) of #acfee2 color hex is 0.32, 0.00, 0.11, 0.00. Web safe color of #acfee2 is #99ffcc. Color #acfee2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11100010
Octal 254 376 342
Decimal 172 254 226
Hex AC FE E2

RGB Percentages of Color #acfee2

%26.38
%38.96
%34.66

CMYK Percentages of Color #acfee2

%32
%0
%11
%0

Triadic Colors of #acfee2

#acfee2 #e2acfe #fee2ac

Analogous Colors of #acfee2

#acfee2 #acf1fe #acfeb9

Monochromatic Colors of #acfee2

#acfee2

Complementary Color

#acfee2 #feacc8

#acfee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfee2 Color CSS Codes

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

#acfee2 Text Font Color

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

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


#acfee2 Background Color

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

This div background color is #acfee2


#acfee2 Border Color

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

This div border color is #acfee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfee2


Comments

No comments written yet.

Please login to write comment.