Color Hex Logo

#acfee5 Color Hex

#ACFEE5
(172,254,229)
0 Favorites   0 Comments

Color spaces of #acfee5

RGB 172254229
HSL0.450.980.84
HSV162°32°100°
CMYK 0.320.000.10   0.00
XYZ66.597985.311487.0854
Yxy85.31140.27870.3570
Hunter Lab92.3642-32.93248.7534
CIE-Lab94.0171-30.11534.0361

#acfee5 color RGB value is (172,254,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11100101
Octal 254 376 345
Decimal 172 254 229
Hex AC FE E5

RGB Percentages of Color #acfee5

%26.26
%38.78
%34.96

CMYK Percentages of Color #acfee5

%32
%0
%10
%0

Triadic Colors of #acfee5

#acfee5 #e5acfe #fee5ac

Analogous Colors of #acfee5

#acfee5 #aceefe #acfebc

Monochromatic Colors of #acfee5

#acfee5

Complementary Color

#acfee5 #feacc5

#acfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfee5 Color CSS Codes

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

#acfee5 Text Font Color

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

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


#acfee5 Background Color

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

This div background color is #acfee5


#acfee5 Border Color

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

This div border color is #acfee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfee5


Comments

No comments written yet.

Please login to write comment.