Color Hex Logo

#accaee Color Hex

#ACCAEE
(172,202,238)
1 Favorites   0 Comments

Color spaces of #accaee

RGB 172202238
HSL0.590.660.80
HSV213°28°93°
CMYK 0.280.150.00   0.07
XYZ53.566457.184889.1034
Yxy57.18480.26800.2861
Hunter Lab75.6206-5.8944-16.9267
CIE-Lab80.2834-2.0103-21.0658

#accaee color RGB value is (172,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11101110
Octal 254 312 356
Decimal 172 202 238
Hex AC CA EE

RGB Percentages of Color #accaee

%28.10
%33.01
%38.89

CMYK Percentages of Color #accaee

%28
%15
%0
%7

Triadic Colors of #accaee

#accaee #eeacca #caeeac

Analogous Colors of #accaee

#accaee #afacee #acebee

Monochromatic Colors of #accaee

#accaee

Complementary Color

#accaee #eed0ac

#accaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaee Color CSS Codes

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

#accaee Text Font Color

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

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


#accaee Background Color

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

This div background color is #accaee


#accaee Border Color

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

This div border color is #accaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaee


Comments

No comments written yet.

Please login to write comment.