Color Hex Logo

#acfcbf Color Hex

#ACFCBF
(172,252,191)
0 Favorites   0 Comments

Color spaces of #acfcbf

RGB 172252191
HSL0.370.930.83
HSV134°32°99°
CMYK 0.320.000.24   0.01
XYZ61.227682.153161.9203
Yxy82.15310.29820.4002
Hunter Lab90.6383-38.037622.9424
CIE-Lab92.6424-36.462721.6150

#acfcbf color RGB value is (172,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10111111
Octal 254 374 277
Decimal 172 252 191
Hex AC FC BF

RGB Percentages of Color #acfcbf

%27.97
%40.98
%31.06

CMYK Percentages of Color #acfcbf

%32
%0
%24
%1

Triadic Colors of #acfcbf

#acfcbf #bfacfc #fcbfac

Analogous Colors of #acfcbf

#acfcbf #acfce7 #c1fcac

Monochromatic Colors of #acfcbf

#acfcbf

Complementary Color

#acfcbf #fcace9

#acfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcbf Color CSS Codes

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

#acfcbf Text Font Color

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

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


#acfcbf Background Color

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

This div background color is #acfcbf


#acfcbf Border Color

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

This div border color is #acfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcbf


Comments

No comments written yet.

Please login to write comment.