Color Hex Logo

#aceccf Color Hex

#ACECCF
(172,236,207)
0 Favorites   0 Comments

Color spaces of #aceccf

RGB 172236207
HSL0.420.630.80
HSV153°27°93°
CMYK 0.270.000.12   0.07
XYZ58.271273.266670.1021
Yxy73.26660.28900.3634
Hunter Lab85.5959-28.275311.3593
CIE-Lab88.5747-25.99487.6034

#aceccf color RGB value is (172,236,207).

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

The process color (four color CMYK) of #aceccf color hex is 0.27, 0.00, 0.12, 0.07. Web safe color of #aceccf is #99ffcc. Color #aceccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11001111
Octal 254 354 317
Decimal 172 236 207
Hex AC EC CF

RGB Percentages of Color #aceccf

%27.97
%38.37
%33.66

CMYK Percentages of Color #aceccf

%27
%0
%12
%7

Triadic Colors of #aceccf

#aceccf #cfacec #eccfac

Analogous Colors of #aceccf

#aceccf #ace9ec #acecaf

Monochromatic Colors of #aceccf

#aceccf

Complementary Color

#aceccf #ecacc9

#aceccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceccf Color CSS Codes

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

#aceccf Text Font Color

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

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


#aceccf Background Color

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

This div background color is #aceccf


#aceccf Border Color

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

This div border color is #aceccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceccf


Comments

No comments written yet.

Please login to write comment.