Color Hex Logo

#acffbd Color Hex

#ACFFBD
(172,255,189)
0 Favorites   0 Comments

Color spaces of #acffbd

RGB 172255189
HSL0.371.000.84
HSV132°33°100°
CMYK 0.330.000.26   0.00
XYZ61.958683.964861.0854
Yxy83.96480.29930.4056
Hunter Lab91.6323-39.661024.6178
CIE-Lab93.4352-38.168323.7301

#acffbd color RGB value is (172,255,189).

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

The process color (four color CMYK) of #acffbd color hex is 0.33, 0.00, 0.26, 0.00. Web safe color of #acffbd is #99ffcc. Color #acffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10111101
Octal 254 377 275
Decimal 172 255 189
Hex AC FF BD

RGB Percentages of Color #acffbd

%27.92
%41.40
%30.68

CMYK Percentages of Color #acffbd

%33
%0
%26
%0

Triadic Colors of #acffbd

#acffbd #bdacff #ffbdac

Analogous Colors of #acffbd

#acffbd #acffe7 #c5ffac

Monochromatic Colors of #acffbd

#acffbd

Complementary Color

#acffbd #ffacee

#acffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffbd Color CSS Codes

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

#acffbd Text Font Color

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

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


#acffbd Background Color

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

This div background color is #acffbd


#acffbd Border Color

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

This div border color is #acffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffbd


Comments

No comments written yet.

Please login to write comment.