Color Hex Logo

#acffb8 Color Hex

#ACFFB8
(172,255,184)
0 Favorites   0 Comments

Color spaces of #acffb8

RGB 172255184
HSL0.361.000.84
HSV129°33°100°
CMYK 0.330.000.28   0.00
XYZ61.425083.751358.2756
Yxy83.75130.30190.4117
Hunter Lab91.5157-40.344026.3062
CIE-Lab93.3424-39.016326.1390

#acffb8 color RGB value is (172,255,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10111000
Octal 254 377 270
Decimal 172 255 184
Hex AC FF B8

RGB Percentages of Color #acffb8

%28.15
%41.73
%30.11

CMYK Percentages of Color #acffb8

%33
%0
%28
%0

Triadic Colors of #acffb8

#acffb8 #b8acff #ffb8ac

Analogous Colors of #acffb8

#acffb8 #acffe2 #caffac

Monochromatic Colors of #acffb8

#acffb8

Complementary Color

#acffb8 #ffacf3

#acffb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffb8 Color CSS Codes

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

#acffb8 Text Font Color

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

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


#acffb8 Background Color

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

This div background color is #acffb8


#acffb8 Border Color

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

This div border color is #acffb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffb8

Related Colors


Comments

No comments written yet.

Please login to write comment.