Color Hex Logo

#acf6bb Color Hex

#ACF6BB
(172,246,187)
0 Favorites   0 Comments

Color spaces of #acf6bb

RGB 172246187
HSL0.370.800.82
HSV132°30°96°
CMYK 0.300.000.24   0.04
XYZ58.938778.270059.0149
Yxy78.27000.30040.3989
Hunter Lab88.4703-35.906922.3793
CIE-Lab90.9030-34.414721.2493

#acf6bb color RGB value is (172,246,187).

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

The process color (four color CMYK) of #acf6bb color hex is 0.30, 0.00, 0.24, 0.04. Web safe color of #acf6bb is #99ffcc. Color #acf6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 10111011
Octal 254 366 273
Decimal 172 246 187
Hex AC F6 BB

RGB Percentages of Color #acf6bb

%28.43
%40.66
%30.91

CMYK Percentages of Color #acf6bb

%30
%0
%24
%4

Triadic Colors of #acf6bb

#acf6bb #bbacf6 #f6bbac

Analogous Colors of #acf6bb

#acf6bb #acf6e0 #c2f6ac

Monochromatic Colors of #acf6bb

#acf6bb

Complementary Color

#acf6bb #f6ace7

#acf6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf6bb Color CSS Codes

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

#acf6bb Text Font Color

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

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


#acf6bb Background Color

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

This div background color is #acf6bb


#acf6bb Border Color

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

This div border color is #acf6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf6bb


Comments

No comments written yet.

Please login to write comment.