Color Hex Logo

#aceacb Color Hex

#ACEACB
(172,234,203)
0 Favorites   0 Comments

Color spaces of #aceacb

RGB 172234203
HSL0.420.600.80
HSV150°26°92°
CMYK 0.260.000.13   0.08
XYZ57.215671.928167.3678
Yxy71.92810.29120.3660
Hunter Lab84.8104-27.996912.2713
CIE-Lab87.9340-25.81358.7738

#aceacb color RGB value is (172,234,203).

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

The process color (four color CMYK) of #aceacb color hex is 0.26, 0.00, 0.13, 0.08. Web safe color of #aceacb is #99ffcc. Color #aceacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11001011
Octal 254 352 313
Decimal 172 234 203
Hex AC EA CB

RGB Percentages of Color #aceacb

%28.24
%38.42
%33.33

CMYK Percentages of Color #aceacb

%26
%0
%13
%8

Triadic Colors of #aceacb

#aceacb #cbacea #eacbac

Analogous Colors of #aceacb

#aceacb #aceaea #aceaac

Monochromatic Colors of #aceacb

#aceacb

Complementary Color

#aceacb #eaaccb

#aceacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceacb Color CSS Codes

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

#aceacb Text Font Color

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

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


#aceacb Background Color

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

This div background color is #aceacb


#aceacb Border Color

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

This div border color is #aceacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceacb


Comments

No comments written yet.

Please login to write comment.