Color Hex Logo

#acefbd Color Hex

#ACEFBD
(172,239,189)
0 Favorites   0 Comments

Color spaces of #acefbd

RGB 172239189
HSL0.380.680.81
HSV135°28°94°
CMYK 0.280.000.21   0.06
XYZ57.065174.177859.4542
Yxy74.17780.29920.3890
Hunter Lab86.1265-32.452219.3600
CIE-Lab89.0064-30.806717.5758

#acefbd color RGB value is (172,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101111 10111101
Octal 254 357 275
Decimal 172 239 189
Hex AC EF BD

RGB Percentages of Color #acefbd

%28.67
%39.83
%31.50

CMYK Percentages of Color #acefbd

%28
%0
%21
%6

Triadic Colors of #acefbd

#acefbd #bdacef #efbdac

Analogous Colors of #acefbd

#acefbd #acefdf #bdefac

Monochromatic Colors of #acefbd

#acefbd

Complementary Color

#acefbd #efacde

#acefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acefbd Color CSS Codes

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

#acefbd Text Font Color

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

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


#acefbd Background Color

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

This div background color is #acefbd


#acefbd Border Color

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

This div border color is #acefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acefbd


Comments

No comments written yet.

Please login to write comment.