Color Hex Logo

#aacbd8 Color Hex

#AACBD8
(170,203,216)
0 Favorites   0 Comments

Color spaces of #aacbd8

RGB 170203216
HSL0.550.370.76
HSV197°21°85°
CMYK 0.210.060.00   0.15
XYZ50.328256.215873.1639
Yxy56.21580.28010.3128
Hunter Lab74.9772-11.3925-5.3721
CIE-Lab79.7365-8.1487-10.1135

#aacbd8 color RGB value is (170,203,216).

#aacbd8 hex color red value is 170, green value is 203 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aacbd8 hue: 0.55 , saturation: 0.37 and the lightness value of aacbd8 is 0.76.

The process color (four color CMYK) of #aacbd8 color hex is 0.21, 0.06, 0.00, 0.15. Web safe color of #aacbd8 is #99cccc. Color #aacbd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11011000
Octal 252 313 330
Decimal 170 203 216
Hex AA CB D8

RGB Percentages of Color #aacbd8

%28.86
%34.47
%36.67

CMYK Percentages of Color #aacbd8

%21
%6
%0
%15

Triadic Colors of #aacbd8

#aacbd8 #d8aacb #cbd8aa

Analogous Colors of #aacbd8

#aacbd8 #aab4d8 #aad8ce

Monochromatic Colors of #aacbd8

#aacbd8

Complementary Color

#aacbd8 #d8b7aa

#aacbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbd8 Color CSS Codes

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

#aacbd8 Text Font Color

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

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


#aacbd8 Background Color

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

This div background color is #aacbd8


#aacbd8 Border Color

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

This div border color is #aacbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbd8


Comments

No comments written yet.

Please login to write comment.