Color Hex Logo

#acfbbb Color Hex

#ACFBBB
(172,251,187)
0 Favorites   0 Comments

Color spaces of #acfbbb

RGB 172251187
HSL0.360.910.83
HSV131°31°98°
CMYK 0.310.000.25   0.02
XYZ60.480181.352959.5287
Yxy81.35290.30040.4040
Hunter Lab90.1958-38.151024.0061
CIE-Lab92.2885-36.701823.1663

#acfbbb color RGB value is (172,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10111011
Octal 254 373 273
Decimal 172 251 187
Hex AC FB BB

RGB Percentages of Color #acfbbb

%28.20
%41.15
%30.66

CMYK Percentages of Color #acfbbb

%31
%0
%25
%2

Triadic Colors of #acfbbb

#acfbbb #bbacfb #fbbbac

Analogous Colors of #acfbbb

#acfbbb #acfbe3 #c5fbac

Monochromatic Colors of #acfbbb

#acfbbb

Complementary Color

#acfbbb #fbacec

#acfbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbbb Color CSS Codes

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

#acfbbb Text Font Color

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

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


#acfbbb Background Color

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

This div background color is #acfbbb


#acfbbb Border Color

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

This div border color is #acfbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbbb


Comments

No comments written yet.

Please login to write comment.