Color Hex Logo

#acecee Color Hex

#ACECEE
(172,236,238)
0 Favorites   0 Comments

Color spaces of #acecee

RGB 172236238
HSL0.510.660.80
HSV182°28°93°
CMYK 0.280.010.00   0.07
XYZ62.441374.934692.0617
Yxy74.93460.27210.3266
Hunter Lab86.5648-22.7319-2.4596
CIE-Lab89.3624-19.4899-7.4603

#acecee color RGB value is (172,236,238).

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

The process color (four color CMYK) of #acecee color hex is 0.28, 0.01, 0.00, 0.07. Web safe color of #acecee is #99ffff. Color #acecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 11101110
Octal 254 354 356
Decimal 172 236 238
Hex AC EC EE

RGB Percentages of Color #acecee

%26.63
%36.53
%36.84

CMYK Percentages of Color #acecee

%28
%1
%0
%7

Triadic Colors of #acecee

#acecee #eeacec #eceeac

Analogous Colors of #acecee

#acecee #accbee #aceecf

Monochromatic Colors of #acecee

#acecee

Complementary Color

#acecee #eeaeac

#acecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#acecee Color CSS Codes

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

#acecee Text Font Color

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

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


#acecee Background Color

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

This div background color is #acecee


#acecee Border Color

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

This div border color is #acecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acecee

#acecee Color Palettes


Comments

No comments written yet.

Please login to write comment.