Color Hex Logo

#acfabf Color Hex

#ACFABF
(172,250,191)
0 Favorites   0 Comments

Color spaces of #acfabf

RGB 172250191
HSL0.370.890.83
HSV135°31°98°
CMYK 0.310.000.24   0.02
XYZ60.602880.903561.7120
Yxy80.90350.29820.3981
Hunter Lab89.9464-37.138922.2837
CIE-Lab92.0887-35.550120.8465

#acfabf color RGB value is (172,250,191).

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

The process color (four color CMYK) of #acfabf color hex is 0.31, 0.00, 0.24, 0.02. Web safe color of #acfabf is #99ffcc. Color #acfabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10111111
Octal 254 372 277
Decimal 172 250 191
Hex AC FA BF

RGB Percentages of Color #acfabf

%28.06
%40.78
%31.16

CMYK Percentages of Color #acfabf

%31
%0
%24
%2

Triadic Colors of #acfabf

#acfabf #bfacfa #fabfac

Analogous Colors of #acfabf

#acfabf #acfae6 #c0faac

Monochromatic Colors of #acfabf

#acfabf

Complementary Color

#acfabf #faace7

#acfabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfabf Color CSS Codes

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

#acfabf Text Font Color

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

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


#acfabf Background Color

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

This div background color is #acfabf


#acfabf Border Color

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

This div border color is #acfabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfabf


Comments

No comments written yet.

Please login to write comment.