Color Hex Logo

#aacbdc Color Hex

#AACBDC
(170,203,220)
0 Favorites   0 Comments

Color spaces of #aacbdc

RGB 170203220
HSL0.560.420.76
HSV200°23°86°
CMYK 0.230.080.00   0.14
XYZ50.851856.425275.9211
Yxy56.42520.27760.3080
Hunter Lab75.1167-10.6150-7.3432
CIE-Lab79.8552-7.2625-12.0822

#aacbdc color RGB value is (170,203,220).

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

The process color (four color CMYK) of #aacbdc color hex is 0.23, 0.08, 0.00, 0.14. Web safe color of #aacbdc is #99cccc. Color #aacbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11011100
Octal 252 313 334
Decimal 170 203 220
Hex AA CB DC

RGB Percentages of Color #aacbdc

%28.67
%34.23
%37.10

CMYK Percentages of Color #aacbdc

%23
%8
%0
%14

Triadic Colors of #aacbdc

#aacbdc #dcaacb #cbdcaa

Analogous Colors of #aacbdc

#aacbdc #aab2dc #aadcd4

Monochromatic Colors of #aacbdc

#aacbdc

Complementary Color

#aacbdc #dcbbaa

#aacbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbdc Color CSS Codes

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

#aacbdc Text Font Color

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

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


#aacbdc Background Color

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

This div background color is #aacbdc


#aacbdc Border Color

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

This div border color is #aacbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbdc


Comments

No comments written yet.

Please login to write comment.