Color Hex Logo

#acceec Color Hex

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

Color spaces of #acceec

RGB 172206236
HSL0.580.630.80
HSV208°27°93°
CMYK 0.270.130.00   0.07
XYZ54.224958.969487.8812
Yxy58.96940.26970.2933
Hunter Lab76.7915-8.3408-14.0981
CIE-Lab81.2748-4.5979-18.4973

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

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

The process color (four color CMYK) of #acceec color hex is 0.27, 0.13, 0.00, 0.07. Web safe color of #acceec is #99ccff. Color #acceec contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #acceec

%28.01
%33.55
%38.44

CMYK Percentages of Color #acceec

%27
%13
%0
%7

Triadic Colors of #acceec

#acceec #ecacce #ceecac

Analogous Colors of #acceec

#acceec #acaeec #acecea

Monochromatic Colors of #acceec

#acceec

Complementary Color

#acceec #eccaac

#acceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#acceec Color CSS Codes

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

#acceec Text Font Color

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

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


#acceec Background Color

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

This div background color is #acceec


#acceec Border Color

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

This div border color is #acceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acceec


Comments

No comments written yet.

Please login to write comment.