Color Hex Logo

#ace9bf Color Hex

#ACE9BF
(172,233,191)
0 Favorites   0 Comments

Color spaces of #ace9bf

RGB 172233191
HSL0.390.580.79
HSV139°26°91°
CMYK 0.260.000.18   0.09
XYZ55.556170.810160.0298
Yxy70.81010.29810.3799
Hunter Lab84.1487-29.412216.6080
CIE-Lab87.3927-27.602014.2676

#ace9bf color RGB value is (172,233,191).

#ace9bf hex color red value is 172, green value is 233 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ace9bf hue: 0.39 , saturation: 0.58 and the lightness value of ace9bf is 0.79.

The process color (four color CMYK) of #ace9bf color hex is 0.26, 0.00, 0.18, 0.09. Web safe color of #ace9bf is #99ffcc. Color #ace9bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10111111
Octal 254 351 277
Decimal 172 233 191
Hex AC E9 BF

RGB Percentages of Color #ace9bf

%28.86
%39.09
%32.05

CMYK Percentages of Color #ace9bf

%26
%0
%18
%9

Triadic Colors of #ace9bf

#ace9bf #bface9 #e9bfac

Analogous Colors of #ace9bf

#ace9bf #ace9de #b8e9ac

Monochromatic Colors of #ace9bf

#ace9bf

Complementary Color

#ace9bf #e9acd6

#ace9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9bf Color CSS Codes

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

#ace9bf Text Font Color

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

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


#ace9bf Background Color

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

This div background color is #ace9bf


#ace9bf Border Color

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

This div border color is #ace9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9bf


Comments

No comments written yet.

Please login to write comment.