color codes Logo

#aceabd color codes

#ACEABD
(172,234,189)
0 Favorites   0 Comments

Color spaces of #aceabd

RGB 172234189
HSL0.380.600.80
HSV136°26°92°
CMYK 0.260.000.19   0.08
XYZ55.621471.290458.9730
Yxy71.29040.29920.3835
Hunter Lab84.4336-30.170417.6922
CIE-Lab87.6259-28.443715.6378

#aceabd color RGB value is (172,234,189).

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

The process color (four color CMYK) of #aceabd color code is 0.26, 0.00, 0.19, 0.08. Web safe color of #aceabd is #99ffcc. Color #aceabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10111101
Octal 254 352 275
Decimal 172 234 189
Hex AC EA BD

RGB Percentages of Color #aceabd

%28.91
%39.33
%31.76

CMYK Percentages of Color #aceabd

%26
%0
%19
%8

Triadic Colors of #aceabd

#aceabd #bdacea #eabdac

Analogous Colors of #aceabd

#aceabd #aceadc #baeaac

Monochromatic Colors of #aceabd

#aceabd

Complementary Color

#aceabd #eaacd9

#aceabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceabd Color CSS Codes

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

#aceabd Text Font Color

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

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


#aceabd Background Color

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

This div background color is #aceabd


#aceabd Border Color

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

This div border color is #aceabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceabd


Comments

No comments written yet.

Please login to write comment.