Color Hex Logo

#acceee Color Hex

#ACCEEE
(172,206,238)
0 Favorites   0 Comments

Color spaces of #acceee

RGB 172206238
HSL0.580.660.80
HSV209°28°93°
CMYK 0.280.130.00   0.07
XYZ54.517259.086389.4204
Yxy59.08630.26850.2910
Hunter Lab76.8676-7.9199-15.1650
CIE-Lab81.3390-4.1310-19.4674

#acceee color RGB value is (172,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 11101110
Octal 254 316 356
Decimal 172 206 238
Hex AC CE EE

RGB Percentages of Color #acceee

%27.92
%33.44
%38.64

CMYK Percentages of Color #acceee

%28
%13
%0
%7

Triadic Colors of #acceee

#acceee #eeacce #ceeeac

Analogous Colors of #acceee

#acceee #acadee #aceeed

Monochromatic Colors of #acceee

#acceee

Complementary Color

#acceee #eeccac

#acceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acceee Color CSS Codes

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

#acceee Text Font Color

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

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


#acceee Background Color

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

This div background color is #acceee


#acceee Border Color

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

This div border color is #acceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acceee


Comments

No comments written yet.

Please login to write comment.