Color Hex Logo

#acfdbf Color Hex

#ACFDBF
(172,253,191)
0 Favorites   0 Comments

Color spaces of #acfdbf

RGB 172253191
HSL0.370.950.83
HSV134°32°99°
CMYK 0.320.000.25   0.01
XYZ61.542582.782862.0253
Yxy82.78280.29820.4012
Hunter Lab90.9851-38.486023.2710
CIE-Lab92.9193-36.917021.9988

#acfdbf color RGB value is (172,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10111111
Octal 254 375 277
Decimal 172 253 191
Hex AC FD BF

RGB Percentages of Color #acfdbf

%27.92
%41.07
%31.01

CMYK Percentages of Color #acfdbf

%32
%0
%25
%1

Triadic Colors of #acfdbf

#acfdbf #bfacfd #fdbfac

Analogous Colors of #acfdbf

#acfdbf #acfde8 #c2fdac

Monochromatic Colors of #acfdbf

#acfdbf

Complementary Color

#acfdbf #fdacea

#acfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdbf Color CSS Codes

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

#acfdbf Text Font Color

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

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


#acfdbf Background Color

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

This div background color is #acfdbf


#acfdbf Border Color

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

This div border color is #acfdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdbf


Comments

No comments written yet.

Please login to write comment.