Color Hex Logo

#aabfcf Color Hex

#AABFCF
(170,191,207)
0 Favorites   0 Comments

Color spaces of #aabfcf

RGB 170191207
HSL0.570.280.74
HSV206°18°81°
CMYK 0.180.080.00   0.19
XYZ46.470950.312666.2935
Yxy50.31260.28500.3085
Hunter Lab70.9314-7.1851-5.7613
CIE-Lab76.2607-3.7772-10.4417

#aabfcf color RGB value is (170,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11001111
Octal 252 277 317
Decimal 170 191 207
Hex AA BF CF

RGB Percentages of Color #aabfcf

%29.93
%33.63
%36.44

CMYK Percentages of Color #aabfcf

%18
%8
%0
%19

Triadic Colors of #aabfcf

#aabfcf #cfaabf #bfcfaa

Analogous Colors of #aabfcf

#aabfcf #aaadcf #aacfcd

Monochromatic Colors of #aabfcf

#aabfcf

Complementary Color

#aabfcf #cfbaaa

#aabfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfcf Color CSS Codes

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

#aabfcf Text Font Color

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

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


#aabfcf Background Color

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

This div background color is #aabfcf


#aabfcf Border Color

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

This div border color is #aabfcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,191,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 #aabfcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfcf


Comments

No comments written yet.

Please login to write comment.