Color Hex Logo

#aadbbb Color Hex

#AADBBB
(170,219,187)
0 Favorites   0 Comments

Color spaces of #aadbbb

RGB 170219187
HSL0.390.400.76
HSV141°22°86°
CMYK 0.220.000.15   0.14
XYZ50.878762.796956.4531
Yxy62.79690.29910.3691
Hunter Lab79.2445-24.072513.2335
CIE-Lab83.3354-22.191810.5963

#aadbbb color RGB value is (170,219,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10111011
Octal 252 333 273
Decimal 170 219 187
Hex AA DB BB

RGB Percentages of Color #aadbbb

%29.51
%38.02
%32.47

CMYK Percentages of Color #aadbbb

%22
%0
%15
%14

Triadic Colors of #aadbbb

#aadbbb #bbaadb #dbbbaa

Analogous Colors of #aadbbb

#aadbbb #aadbd4 #b2dbaa

Monochromatic Colors of #aadbbb

#aadbbb

Complementary Color

#aadbbb #dbaaca

#aadbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbbb Color CSS Codes

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

#aadbbb Text Font Color

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

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


#aadbbb Background Color

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

This div background color is #aadbbb


#aadbbb Border Color

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

This div border color is #aadbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbbb


Comments

No comments written yet.

Please login to write comment.