Color Hex Logo

#acccee Color Hex

#ACCCEE
(172,204,238)
0 Favorites   0 Comments

Color spaces of #acccee

RGB 172204238
HSL0.590.660.80
HSV211°28°93°
CMYK 0.280.140.00   0.07
XYZ54.038758.129489.2609
Yxy58.12940.26830.2886
Hunter Lab76.2426-6.9087-16.0438
CIE-Lab80.8107-3.0727-20.2669

#acccee color RGB value is (172,204,238).

#acccee hex color red value is 172, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #acccee hue: 0.59 , saturation: 0.66 and the lightness value of acccee is 0.80.

The process color (four color CMYK) of #acccee color hex is 0.28, 0.14, 0.00, 0.07. Web safe color of #acccee is #99ccff. Color #acccee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11101110
Octal 254 314 356
Decimal 172 204 238
Hex AC CC EE

RGB Percentages of Color #acccee

%28.01
%33.22
%38.76

CMYK Percentages of Color #acccee

%28
%14
%0
%7

Triadic Colors of #acccee

#acccee #eeaccc #cceeac

Analogous Colors of #acccee

#acccee #adacee #acedee

Monochromatic Colors of #acccee

#acccee

Complementary Color

#acccee #eeceac

#acccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccee Color CSS Codes

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

#acccee Text Font Color

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

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


#acccee Background Color

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

This div background color is #acccee


#acccee Border Color

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

This div border color is #acccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccee


Comments

No comments written yet.

Please login to write comment.