Color Hex Logo

#aacceb Color Hex

#AACCEB
(170,204,235)
0 Favorites   0 Comments

Color spaces of #aacceb

RGB 170204235
HSL0.580.620.79
HSV209°28°92°
CMYK 0.280.130.00   0.08
XYZ53.165857.729986.9381
Yxy57.72990.26870.2918
Hunter Lab75.9802-8.0631-14.6547
CIE-Lab80.5884-4.3570-19.0122

#aacceb color RGB value is (170,204,235).

#aacceb hex color red value is 170, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aacceb hue: 0.58 , saturation: 0.62 and the lightness value of aacceb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11101011
Octal 252 314 353
Decimal 170 204 235
Hex AA CC EB

RGB Percentages of Color #aacceb

%27.91
%33.50
%38.59

CMYK Percentages of Color #aacceb

%28
%13
%0
%8

Triadic Colors of #aacceb

#aacceb #ebaacc #ccebaa

Analogous Colors of #aacceb

#aacceb #aaaceb #aaebea

Monochromatic Colors of #aacceb

#aacceb

Complementary Color

#aacceb #ebc9aa

#aacceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacceb Color CSS Codes

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

#aacceb Text Font Color

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

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


#aacceb Background Color

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

This div background color is #aacceb


#aacceb Border Color

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

This div border color is #aacceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacceb


Comments

No comments written yet.

Please login to write comment.