Color Hex Logo

#aacbef Color Hex

#AACBEF
(170,203,239)
0 Favorites   0 Comments

Color spaces of #aacbef

RGB 170203239
HSL0.590.680.80
HSV211°29°94°
CMYK 0.290.150.00   0.06
XYZ53.513557.489989.9376
Yxy57.48990.26630.2861
Hunter Lab75.8221-6.7074-17.2523
CIE-Lab80.4544-2.8831-21.3531

#aacbef color RGB value is (170,203,239).

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

The process color (four color CMYK) of #aacbef color hex is 0.29, 0.15, 0.00, 0.06. Web safe color of #aacbef is #99ccff. Color #aacbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 11101111
Octal 252 313 357
Decimal 170 203 239
Hex AA CB EF

RGB Percentages of Color #aacbef

%27.78
%33.17
%39.05

CMYK Percentages of Color #aacbef

%29
%15
%0
%6

Triadic Colors of #aacbef

#aacbef #efaacb #cbefaa

Analogous Colors of #aacbef

#aacbef #acaaef #aaeeef

Monochromatic Colors of #aacbef

#aacbef

Complementary Color

#aacbef #efceaa

#aacbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbef Color CSS Codes

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

#aacbef Text Font Color

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

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


#aacbef Background Color

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

This div background color is #aacbef


#aacbef Border Color

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

This div border color is #aacbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbef


Comments

No comments written yet.

Please login to write comment.