Color Hex Logo

#acfef1 Color Hex

#ACFEF1
(172,254,241)
0 Favorites   0 Comments

Color spaces of #acfef1

RGB 172254241
HSL0.470.980.84
HSV170°32°100°
CMYK 0.320.000.05   0.00
XYZ68.332386.005296.2183
Yxy86.00520.27270.3433
Hunter Lab92.7390-30.77023.4029
CIE-Lab94.3146-27.5751-1.7264

#acfef1 color RGB value is (172,254,241).

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

The process color (four color CMYK) of #acfef1 color hex is 0.32, 0.00, 0.05, 0.00. Web safe color of #acfef1 is #99ffff. Color #acfef1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11110001
Octal 254 376 361
Decimal 172 254 241
Hex AC FE F1

RGB Percentages of Color #acfef1

%25.79
%38.08
%36.13

CMYK Percentages of Color #acfef1

%32
%0
%5
%0

Triadic Colors of #acfef1

#acfef1 #f1acfe #fef1ac

Analogous Colors of #acfef1

#acfef1 #ace2fe #acfec8

Monochromatic Colors of #acfef1

#acfef1

Complementary Color

#acfef1 #feacb9

#acfef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfef1 Color CSS Codes

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

#acfef1 Text Font Color

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

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


#acfef1 Background Color

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

This div background color is #acfef1


#acfef1 Border Color

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

This div border color is #acfef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfef1

Related Colors


Comments

No comments written yet.

Please login to write comment.