Color Hex Logo

#aacbde Color Hex

#AACBDE
(170,203,222)
0 Favorites   0 Comments

Color spaces of #aacbde

RGB 170203222
HSL0.560.440.77
HSV202°23°87°
CMYK 0.230.090.00   0.13
XYZ51.118356.531877.3248
Yxy56.53180.27640.3056
Hunter Lab75.1876-10.2204-8.3439
CIE-Lab79.9155-6.8147-13.0646

#aacbde color RGB value is (170,203,222).

#aacbde hex color red value is 170, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aacbde hue: 0.56 , saturation: 0.44 and the lightness value of aacbde is 0.77.

The process color (four color CMYK) of #aacbde color hex is 0.23, 0.09, 0.00, 0.13. Web safe color of #aacbde is #99cccc. Color #aacbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11011110
Octal 252 313 336
Decimal 170 203 222
Hex AA CB DE

RGB Percentages of Color #aacbde

%28.57
%34.12
%37.31

CMYK Percentages of Color #aacbde

%23
%9
%0
%13

Triadic Colors of #aacbde

#aacbde #deaacb #cbdeaa

Analogous Colors of #aacbde

#aacbde #aab1de #aaded7

Monochromatic Colors of #aacbde

#aacbde

Complementary Color

#aacbde #debdaa

#aacbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbde Color CSS Codes

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

#aacbde Text Font Color

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

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


#aacbde Background Color

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

This div background color is #aacbde


#aacbde Border Color

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

This div border color is #aacbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbde


Comments

No comments written yet.

Please login to write comment.