Color Hex Logo

#aabecb Color Hex

#AABECB
(170,190,203)
0 Favorites   0 Comments

Color spaces of #aabecb

RGB 170190203
HSL0.570.240.73
HSV204°16°80°
CMYK 0.160.060.00   0.20
XYZ45.770549.684863.6777
Yxy49.68480.28760.3122
Hunter Lab70.4874-7.4454-4.2208
CIE-Lab75.8754-4.1051-8.8466

#aabecb color RGB value is (170,190,203).

#aabecb hex color red value is 170, green value is 190 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aabecb hue: 0.57 , saturation: 0.24 and the lightness value of aabecb is 0.73.

The process color (four color CMYK) of #aabecb color hex is 0.16, 0.06, 0.00, 0.20. Web safe color of #aabecb is #99cccc. Color #aabecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11001011
Octal 252 276 313
Decimal 170 190 203
Hex AA BE CB

RGB Percentages of Color #aabecb

%30.20
%33.75
%36.06

CMYK Percentages of Color #aabecb

%16
%6
%0
%20

Triadic Colors of #aabecb

#aabecb #cbaabe #becbaa

Analogous Colors of #aabecb

#aabecb #aaaecb #aacbc8

Monochromatic Colors of #aabecb

#aabecb

Complementary Color

#aabecb #cbb7aa

#aabecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabecb Color CSS Codes

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

#aabecb Text Font Color

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

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


#aabecb Background Color

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

This div background color is #aabecb


#aabecb Border Color

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

This div border color is #aabecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabecb


Comments

No comments written yet.

Please login to write comment.