Color Hex Logo

#ace7cf Color Hex

#ACE7CF
(172,231,207)
0 Favorites   0 Comments

Color spaces of #ace7cf

RGB 172231207
HSL0.430.550.79
HSV156°26°91°
CMYK 0.260.000.10   0.09
XYZ56.851770.427569.6289
Yxy70.42750.28870.3577
Hunter Lab83.9211-25.93859.5522
CIE-Lab87.2061-23.57315.6332

#ace7cf color RGB value is (172,231,207).

#ace7cf hex color red value is 172, green value is 231 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ace7cf hue: 0.43 , saturation: 0.55 and the lightness value of ace7cf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 11001111
Octal 254 347 317
Decimal 172 231 207
Hex AC E7 CF

RGB Percentages of Color #ace7cf

%28.20
%37.87
%33.93

CMYK Percentages of Color #ace7cf

%26
%0
%10
%9

Triadic Colors of #ace7cf

#ace7cf #cface7 #e7cfac

Analogous Colors of #ace7cf

#ace7cf #ace2e7 #ace7b2

Monochromatic Colors of #ace7cf

#ace7cf

Complementary Color

#ace7cf #e7acc4

#ace7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace7cf Color CSS Codes

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

#ace7cf Text Font Color

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

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


#ace7cf Background Color

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

This div background color is #ace7cf


#ace7cf Border Color

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

This div border color is #ace7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace7cf


Comments

No comments written yet.

Please login to write comment.