Color Hex Logo

#acefbb Color Hex

#ACEFBB
(172,239,187)
0 Favorites   0 Comments

Color spaces of #acefbb

RGB 172239187
HSL0.370.680.81
HSV133°28°94°
CMYK 0.280.000.22   0.06
XYZ56.849474.091558.3185
Yxy74.09150.30040.3915
Hunter Lab86.0764-32.742920.0833
CIE-Lab88.9657-31.163318.5532

#acefbb color RGB value is (172,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10111011
Octal 254 357 273
Decimal 172 239 187
Hex AC EF BB

RGB Percentages of Color #acefbb

%28.76
%39.97
%31.27

CMYK Percentages of Color #acefbb

%28
%0
%22
%6

Triadic Colors of #acefbb

#acefbb #bbacef #efbbac

Analogous Colors of #acefbb

#acefbb #acefdd #bfefac

Monochromatic Colors of #acefbb

#acefbb

Complementary Color

#acefbb #eface0

#acefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefbb Color CSS Codes

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

#acefbb Text Font Color

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

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


#acefbb Background Color

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

This div background color is #acefbb


#acefbb Border Color

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

This div border color is #acefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefbb


Comments

No comments written yet.

Please login to write comment.