Color Hex Logo

#acefb5 Color Hex

#ACEFB5
(172,239,181)
0 Favorites   0 Comments

Color spaces of #acefb5

RGB 172239181
HSL0.360.680.81
HSV128°28°94°
CMYK 0.280.000.24   0.06
XYZ56.220273.839955.0055
Yxy73.83990.30380.3990
Hunter Lab85.9301-33.593322.1985
CIE-Lab88.8468-32.210521.4839

#acefb5 color RGB value is (172,239,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10110101
Octal 254 357 265
Decimal 172 239 181
Hex AC EF B5

RGB Percentages of Color #acefb5

%29.05
%40.37
%30.57

CMYK Percentages of Color #acefb5

%28
%0
%24
%6

Triadic Colors of #acefb5

#acefb5 #b5acef #efb5ac

Analogous Colors of #acefb5

#acefb5 #acefd7 #c5efac

Monochromatic Colors of #acefb5

#acefb5

Complementary Color

#acefb5 #eface6

#acefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefb5 Color CSS Codes

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

#acefb5 Text Font Color

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

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


#acefb5 Background Color

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

This div background color is #acefb5


#acefb5 Border Color

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

This div border color is #acefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefb5


Comments

No comments written yet.

Please login to write comment.