Color Hex Logo

#acffba Color Hex

#ACFFBA
(172,255,186)
0 Favorites   0 Comments

Color spaces of #acffba

RGB 172255186
HSL0.361.000.84
HSV130°33°100°
CMYK 0.330.000.27   0.00
XYZ61.636283.835859.3877
Yxy83.83580.30090.4092
Hunter Lab91.5619-40.073525.6374
CIE-Lab93.3791-38.679825.1759

#acffba color RGB value is (172,255,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10111010
Octal 254 377 272
Decimal 172 255 186
Hex AC FF BA

RGB Percentages of Color #acffba

%28.06
%41.60
%30.34

CMYK Percentages of Color #acffba

%33
%0
%27
%0

Triadic Colors of #acffba

#acffba #baacff #ffbaac

Analogous Colors of #acffba

#acffba #acffe4 #c8ffac

Monochromatic Colors of #acffba

#acffba

Complementary Color

#acffba #ffacf1

#acffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffba Color CSS Codes

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

#acffba Text Font Color

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

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


#acffba Background Color

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

This div background color is #acffba


#acffba Border Color

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

This div border color is #acffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffba

#acffba Color Palettes


Comments

No comments written yet.

Please login to write comment.