Color Hex Logo

#acff9b Color Hex

#ACFF9B
(172,255,155)
0 Favorites   0 Comments

Color spaces of #acff9b

RGB 172255155
HSL0.311.000.80
HSV110°39°100°
CMYK 0.330.000.39   0.00
XYZ58.689782.657243.8715
Yxy82.65720.31690.4463
Hunter Lab90.9160-43.874535.0308
CIE-Lab92.8641-43.469339.9774

#acff9b color RGB value is (172,255,155).

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

The process color (four color CMYK) of #acff9b color hex is 0.33, 0.00, 0.39, 0.00. Web safe color of #acff9b is #99ff99. Color #acff9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10011011
Octal 254 377 233
Decimal 172 255 155
Hex AC FF 9B

RGB Percentages of Color #acff9b

%29.55
%43.81
%26.63

CMYK Percentages of Color #acff9b

%33
%0
%39
%0

Triadic Colors of #acff9b

#acff9b #9bacff #ff9bac

Analogous Colors of #acff9b

#acff9b #9bffbc #deff9b

Monochromatic Colors of #acff9b

#acff9b

Complementary Color

#acff9b #ee9bff

#acff9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff9b Color CSS Codes

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

#acff9b Text Font Color

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

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


#acff9b Background Color

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

This div background color is #acff9b


#acff9b Border Color

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

This div border color is #acff9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff9b

Related Colors


Comments

No comments written yet.

Please login to write comment.