Color Hex Logo

#aaadcf Color Hex

#AAADCF
(170,173,207)
0 Favorites   0 Comments

Color spaces of #aaadcf

RGB 170173207
HSL0.650.280.74
HSV235°18°81°
CMYK 0.180.160.00   0.19
XYZ42.783642.938265.0644
Yxy42.93820.28370.2848
Hunter Lab65.52721.8723-13.0021
CIE-Lab71.51305.9807-17.5733

#aaadcf color RGB value is (170,173,207).

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

The process color (four color CMYK) of #aaadcf color hex is 0.18, 0.16, 0.00, 0.19. Web safe color of #aaadcf is #9999cc. Color #aaadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 11001111
Octal 252 255 317
Decimal 170 173 207
Hex AA AD CF

RGB Percentages of Color #aaadcf

%30.91
%31.45
%37.64

CMYK Percentages of Color #aaadcf

%18
%16
%0
%19

Triadic Colors of #aaadcf

#aaadcf #cfaaad #adcfaa

Analogous Colors of #aaadcf

#aaadcf #baaacf #aac0cf

Monochromatic Colors of #aaadcf

#aaadcf

Complementary Color

#aaadcf #cfccaa

#aaadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaadcf Color CSS Codes

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

#aaadcf Text Font Color

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

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


#aaadcf Background Color

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

This div background color is #aaadcf


#aaadcf Border Color

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

This div border color is #aaadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaadcf


Comments

No comments written yet.

Please login to write comment.