Color Hex Logo

#aceeb3 Color Hex

#ACEEB3
(172,238,179)
0 Favorites   0 Comments

Color spaces of #aceeb3

RGB 172238179
HSL0.350.660.80
HSV126°28°93°
CMYK 0.280.000.25   0.07
XYZ55.724573.174453.8349
Yxy73.17440.30490.4004
Hunter Lab85.5420-33.418622.5659
CIE-Lab88.5308-32.085922.0772

#aceeb3 color RGB value is (172,238,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10110011
Octal 254 356 263
Decimal 172 238 179
Hex AC EE B3

RGB Percentages of Color #aceeb3

%29.20
%40.41
%30.39

CMYK Percentages of Color #aceeb3

%28
%0
%25
%7

Triadic Colors of #aceeb3

#aceeb3 #b3acee #eeb3ac

Analogous Colors of #aceeb3

#aceeb3 #aceed4 #c6eeac

Monochromatic Colors of #aceeb3

#aceeb3

Complementary Color

#aceeb3 #eeace7

#aceeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeb3 Color CSS Codes

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

#aceeb3 Text Font Color

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

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


#aceeb3 Background Color

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

This div background color is #aceeb3


#aceeb3 Border Color

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

This div border color is #aceeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeb3


Comments

No comments written yet.

Please login to write comment.