Color Hex Logo

#ace4bf Color Hex

#ACE4BF
(172,228,191)
0 Favorites   0 Comments

Color spaces of #ace4bf

RGB 172228191
HSL0.390.510.78
HSV140°25°89°
CMYK 0.250.000.16   0.11
XYZ54.160668.019059.5646
Yxy68.01900.29800.3743
Hunter Lab82.4736-27.107514.9108
CIE-Lab86.0159-25.198012.3187

#ace4bf color RGB value is (172,228,191).

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

The process color (four color CMYK) of #ace4bf color hex is 0.25, 0.00, 0.16, 0.11. Web safe color of #ace4bf is #99cccc. Color #ace4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 10111111
Octal 254 344 277
Decimal 172 228 191
Hex AC E4 BF

RGB Percentages of Color #ace4bf

%29.10
%38.58
%32.32

CMYK Percentages of Color #ace4bf

%25
%0
%16
%11

Triadic Colors of #ace4bf

#ace4bf #bface4 #e4bfac

Analogous Colors of #ace4bf

#ace4bf #ace4db #b5e4ac

Monochromatic Colors of #ace4bf

#ace4bf

Complementary Color

#ace4bf #e4acd1

#ace4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace4bf Color CSS Codes

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

#ace4bf Text Font Color

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

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


#ace4bf Background Color

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

This div background color is #ace4bf


#ace4bf Border Color

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

This div border color is #ace4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace4bf


Comments

No comments written yet.

Please login to write comment.