Color Hex Logo

#aabebc Color Hex

#AABEBC
(170,190,188)
0 Favorites   0 Comments

Color spaces of #aabebc

RGB 170190188
HSL0.480.130.71
HSV174°11°75°
CMYK 0.110.000.01   0.25
XYZ44.068149.003854.7130
Yxy49.00380.29820.3316
Hunter Lab70.0027-10.13552.6618
CIE-Lab75.4537-7.2079-1.3248

#aabebc color RGB value is (170,190,188).

#aabebc hex color red value is 170, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aabebc hue: 0.48 , saturation: 0.13 and the lightness value of aabebc is 0.71.

The process color (four color CMYK) of #aabebc color hex is 0.11, 0.00, 0.01, 0.25. Web safe color of #aabebc is #99cccc. Color #aabebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10111100
Octal 252 276 274
Decimal 170 190 188
Hex AA BE BC

RGB Percentages of Color #aabebc

%31.02
%34.67
%34.31

CMYK Percentages of Color #aabebc

%11
%0
%1
%25

Triadic Colors of #aabebc

#aabebc #bcaabe #bebcaa

Analogous Colors of #aabebc

#aabebc #aab6be #aabeb2

Monochromatic Colors of #aabebc

#aabebc

Complementary Color

#aabebc #beaaac

#aabebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabebc Color CSS Codes

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

#aabebc Text Font Color

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

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


#aabebc Background Color

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

This div background color is #aabebc


#aabebc Border Color

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

This div border color is #aabebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabebc

#aabebc Color Palettes


Comments

No comments written yet.

Please login to write comment.