Color Hex Logo

#acefb8 Color Hex

#ACEFB8
(172,239,184)
0 Favorites   0 Comments

Color spaces of #acefb8

RGB 172239184
HSL0.360.680.81
HSV131°28°94°
CMYK 0.280.000.23   0.06
XYZ56.531573.964456.6444
Yxy73.96440.30210.3952
Hunter Lab86.0026-33.172221.1512
CIE-Lab88.9057-31.691120.0189

#acefb8 color RGB value is (172,239,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10111000
Octal 254 357 270
Decimal 172 239 184
Hex AC EF B8

RGB Percentages of Color #acefb8

%28.91
%40.17
%30.92

CMYK Percentages of Color #acefb8

%28
%0
%23
%6

Triadic Colors of #acefb8

#acefb8 #b8acef #efb8ac

Analogous Colors of #acefb8

#acefb8 #acefda #c2efac

Monochromatic Colors of #acefb8

#acefb8

Complementary Color

#acefb8 #eface3

#acefb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefb8 Color CSS Codes

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

#acefb8 Text Font Color

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

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


#acefb8 Background Color

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

This div background color is #acefb8


#acefb8 Border Color

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

This div border color is #acefb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefb8


Comments

No comments written yet.

Please login to write comment.