Color Hex Logo

#aacbec Color Hex

#AACBEC
(170,203,236)
0 Favorites   0 Comments

Color spaces of #aacbec

RGB 170203236
HSL0.580.630.80
HSV210°28°93°
CMYK 0.280.140.00   0.07
XYZ53.073857.314087.6223
Yxy57.31400.26800.2894
Hunter Lab75.7060-7.3479-15.6282
CIE-Lab80.3559-3.5926-19.8985

#aacbec color RGB value is (170,203,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11101100
Octal 252 313 354
Decimal 170 203 236
Hex AA CB EC

RGB Percentages of Color #aacbec

%27.91
%33.33
%38.75

CMYK Percentages of Color #aacbec

%28
%14
%0
%7

Triadic Colors of #aacbec

#aacbec #ecaacb #cbecaa

Analogous Colors of #aacbec

#aacbec #aaaaec #aaecec

Monochromatic Colors of #aacbec

#aacbec

Complementary Color

#aacbec #eccbaa

#aacbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbec Color CSS Codes

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

#aacbec Text Font Color

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

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


#aacbec Background Color

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

This div background color is #aacbec


#aacbec Border Color

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

This div border color is #aacbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbec


Comments

No comments written yet.

Please login to write comment.