Color Hex Logo

#aabecf Color Hex

#AABECF
(170,190,207)
0 Favorites   0 Comments

Color spaces of #aabecf

RGB 170190207
HSL0.580.280.74
HSV208°18°81°
CMYK 0.180.080.00   0.19
XYZ46.253549.878066.2211
Yxy49.87800.28490.3072
Hunter Lab70.6244-6.6889-6.1564
CIE-Lab75.9943-3.2440-10.8393

#aabecf color RGB value is (170,190,207).

#aabecf hex color red value is 170, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aabecf hue: 0.58 , saturation: 0.28 and the lightness value of aabecf is 0.74.

The process color (four color CMYK) of #aabecf color hex is 0.18, 0.08, 0.00, 0.19. Web safe color of #aabecf is #99cccc. Color #aabecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11001111
Octal 252 276 317
Decimal 170 190 207
Hex AA BE CF

RGB Percentages of Color #aabecf

%29.98
%33.51
%36.51

CMYK Percentages of Color #aabecf

%18
%8
%0
%19

Triadic Colors of #aabecf

#aabecf #cfaabe #becfaa

Analogous Colors of #aabecf

#aabecf #aaaccf #aacfce

Monochromatic Colors of #aabecf

#aabecf

Complementary Color

#aabecf #cfbbaa

#aabecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabecf Color CSS Codes

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

#aabecf Text Font Color

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

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


#aabecf Background Color

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

This div background color is #aabecf


#aabecf Border Color

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

This div border color is #aabecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabecf


Comments

No comments written yet.

Please login to write comment.