Color Hex Logo

#aadabc Color Hex

#AADABC
(170,218,188)
0 Favorites   0 Comments

Color spaces of #aadabc

RGB 170218188
HSL0.400.390.76
HSV143°22°85°
CMYK 0.220.000.14   0.15
XYZ50.726162.319756.9323
Yxy62.31970.29840.3666
Hunter Lab78.9428-23.451612.5010
CIE-Lab83.0831-21.51089.7080

#aadabc color RGB value is (170,218,188).

#aadabc hex color red value is 170, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aadabc hue: 0.40 , saturation: 0.39 and the lightness value of aadabc is 0.76.

The process color (four color CMYK) of #aadabc color hex is 0.22, 0.00, 0.14, 0.15. Web safe color of #aadabc is #99cccc. Color #aadabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10111100
Octal 252 332 274
Decimal 170 218 188
Hex AA DA BC

RGB Percentages of Color #aadabc

%29.51
%37.85
%32.64

CMYK Percentages of Color #aadabc

%22
%0
%14
%15

Triadic Colors of #aadabc

#aadabc #bcaada #dabcaa

Analogous Colors of #aadabc

#aadabc #aadad4 #b0daaa

Monochromatic Colors of #aadabc

#aadabc

Complementary Color

#aadabc #daaac8

#aadabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadabc Color CSS Codes

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

#aadabc Text Font Color

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

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


#aadabc Background Color

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

This div background color is #aadabc


#aadabc Border Color

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

This div border color is #aadabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadabc


Comments

No comments written yet.

Please login to write comment.