Color Hex Logo

#aceebd Color Hex

#ACEEBD
(172,238,189)
0 Favorites   0 Comments

Color spaces of #aceebd

RGB 172238189
HSL0.380.660.80
HSV135°28°93°
CMYK 0.280.000.21   0.07
XYZ56.773173.593959.3569
Yxy73.59390.29920.3879
Hunter Lab85.7869-31.997119.0274
CIE-Lab88.7302-30.336717.1888

#aceebd color RGB value is (172,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10111101
Octal 254 356 275
Decimal 172 238 189
Hex AC EE BD

RGB Percentages of Color #aceebd

%28.71
%39.73
%31.55

CMYK Percentages of Color #aceebd

%28
%0
%21
%7

Triadic Colors of #aceebd

#aceebd #bdacee #eebdac

Analogous Colors of #aceebd

#aceebd #aceede #bceeac

Monochromatic Colors of #aceebd

#aceebd

Complementary Color

#aceebd #eeacdd

#aceebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceebd Color CSS Codes

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

#aceebd Text Font Color

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

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


#aceebd Background Color

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

This div background color is #aceebd


#aceebd Border Color

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

This div border color is #aceebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceebd


Comments

No comments written yet.

Please login to write comment.