Color Hex Logo

#acfdbd Color Hex

#ACFDBD
(172,253,189)
0 Favorites   0 Comments

Color spaces of #acfdbd

RGB 172253189
HSL0.370.950.83
HSV133°32°99°
CMYK 0.320.000.25   0.01
XYZ61.323882.695360.8738
Yxy82.69530.29930.4036
Hunter Lab90.9370-38.767323.9668
CIE-Lab92.8809-37.264622.9650

#acfdbd color RGB value is (172,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10111101
Octal 254 375 275
Decimal 172 253 189
Hex AC FD BD

RGB Percentages of Color #acfdbd

%28.01
%41.21
%30.78

CMYK Percentages of Color #acfdbd

%32
%0
%25
%1

Triadic Colors of #acfdbd

#acfdbd #bdacfd #fdbdac

Analogous Colors of #acfdbd

#acfdbd #acfde6 #c4fdac

Monochromatic Colors of #acfdbd

#acfdbd

Complementary Color

#acfdbd #fdacec

#acfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdbd Color CSS Codes

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

#acfdbd Text Font Color

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

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


#acfdbd Background Color

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

This div background color is #acfdbd


#acfdbd Border Color

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

This div border color is #acfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdbd


Comments

No comments written yet.

Please login to write comment.