Color Hex Logo

#acecce Color Hex

#ACECCE
(172,236,206)
0 Favorites   0 Comments

Color spaces of #acecce

RGB 172236206
HSL0.420.630.80
HSV152°27°93°
CMYK 0.270.000.13   0.07
XYZ58.149373.217869.4602
Yxy73.21780.28950.3646
Hunter Lab85.5674-28.439211.7679
CIE-Lab88.5515-26.19118.0920

#acecce color RGB value is (172,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11001110
Octal 254 354 316
Decimal 172 236 206
Hex AC EC CE

RGB Percentages of Color #acecce

%28.01
%38.44
%33.55

CMYK Percentages of Color #acecce

%27
%0
%13
%7

Triadic Colors of #acecce

#acecce #ceacec #ecceac

Analogous Colors of #acecce

#acecce #aceaec #acecae

Monochromatic Colors of #acecce

#acecce

Complementary Color

#acecce #ecacca

#acecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecce Color CSS Codes

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

#acecce Text Font Color

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

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


#acecce Background Color

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

This div background color is #acecce


#acecce Border Color

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

This div border color is #acecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecce


Comments

No comments written yet.

Please login to write comment.