Color Hex Logo

#acfebf Color Hex

#ACFEBF
(172,254,191)
0 Favorites   0 Comments

Color spaces of #acfebf

RGB 172254191
HSL0.370.980.84
HSV134°32°100°
CMYK 0.320.000.25   0.00
XYZ61.859083.415962.1308
Yxy83.41590.29830.4022
Hunter Lab91.3323-38.934223.5993
CIE-Lab93.1962-37.370622.3824

#acfebf color RGB value is (172,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10111111
Octal 254 376 277
Decimal 172 254 191
Hex AC FE BF

RGB Percentages of Color #acfebf

%27.88
%41.17
%30.96

CMYK Percentages of Color #acfebf

%32
%0
%25
%0

Triadic Colors of #acfebf

#acfebf #bfacfe #febfac

Analogous Colors of #acfebf

#acfebf #acfee8 #c2feac

Monochromatic Colors of #acfebf

#acfebf

Complementary Color

#acfebf #feaceb

#acfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfebf Color CSS Codes

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

#acfebf Text Font Color

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

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


#acfebf Background Color

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

This div background color is #acfebf


#acfebf Border Color

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

This div border color is #acfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfebf


Comments

No comments written yet.

Please login to write comment.