Color Hex Logo

#aacbeb Color Hex

#AACBEB
(170,203,235)
0 Favorites   0 Comments

Color spaces of #aacbeb

RGB 170203235
HSL0.580.620.79
HSV210°28°92°
CMYK 0.280.140.00   0.08
XYZ52.928957.256186.8591
Yxy57.25610.26860.2906
Hunter Lab75.6678-7.5595-15.0916
CIE-Lab80.3234-3.8277-19.4128

#aacbeb color RGB value is (170,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11101011
Octal 252 313 353
Decimal 170 203 235
Hex AA CB EB

RGB Percentages of Color #aacbeb

%27.96
%33.39
%38.65

CMYK Percentages of Color #aacbeb

%28
%14
%0
%8

Triadic Colors of #aacbeb

#aacbeb #ebaacb #cbebaa

Analogous Colors of #aacbeb

#aacbeb #aaabeb #aaebeb

Monochromatic Colors of #aacbeb

#aacbeb

Complementary Color

#aacbeb #ebcaaa

#aacbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbeb Color CSS Codes

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

#aacbeb Text Font Color

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

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


#aacbeb Background Color

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

This div background color is #aacbeb


#aacbeb Border Color

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

This div border color is #aacbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbeb


Comments

No comments written yet.

Please login to write comment.