Color Hex Logo

#acf9bb Color Hex

#ACF9BB
(172,249,187)
0 Favorites   0 Comments

Color spaces of #acf9bb

RGB 172249187
HSL0.370.870.83
HSV132°31°98°
CMYK 0.310.000.25   0.02
XYZ59.858680.109959.3216
Yxy80.10990.30040.4020
Hunter Lab89.5041-37.255023.3566
CIE-Lab91.7341-35.790522.4004

#acf9bb color RGB value is (172,249,187).

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

The process color (four color CMYK) of #acf9bb color hex is 0.31, 0.00, 0.25, 0.02. Web safe color of #acf9bb is #99ffcc. Color #acf9bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10111011
Octal 254 371 273
Decimal 172 249 187
Hex AC F9 BB

RGB Percentages of Color #acf9bb

%28.29
%40.95
%30.76

CMYK Percentages of Color #acf9bb

%31
%0
%25
%2

Triadic Colors of #acf9bb

#acf9bb #bbacf9 #f9bbac

Analogous Colors of #acf9bb

#acf9bb #acf9e2 #c4f9ac

Monochromatic Colors of #acf9bb

#acf9bb

Complementary Color

#acf9bb #f9acea

#acf9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf9bb Color CSS Codes

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

#acf9bb Text Font Color

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

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


#acf9bb Background Color

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

This div background color is #acf9bb


#acf9bb Border Color

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

This div border color is #acf9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf9bb


Comments

No comments written yet.

Please login to write comment.