Color Hex Logo

#aaddbf Color Hex

#AADDBF
(170,221,191)
0 Favorites   0 Comments

Color spaces of #aaddbf

RGB 170221191
HSL0.400.430.77
HSV145°23°87°
CMYK 0.230.000.14   0.13
XYZ51.838064.020558.9153
Yxy64.02050.29660.3663
Hunter Lab80.0128-24.377412.3524
CIE-Lab83.9764-22.41939.3988

#aaddbf color RGB value is (170,221,191).

#aaddbf hex color red value is 170, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aaddbf hue: 0.40 , saturation: 0.43 and the lightness value of aaddbf is 0.77.

The process color (four color CMYK) of #aaddbf color hex is 0.23, 0.00, 0.14, 0.13. Web safe color of #aaddbf is #99cccc. Color #aaddbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 10111111
Octal 252 335 277
Decimal 170 221 191
Hex AA DD BF

RGB Percentages of Color #aaddbf

%29.21
%37.97
%32.82

CMYK Percentages of Color #aaddbf

%23
%0
%14
%13

Triadic Colors of #aaddbf

#aaddbf #bfaadd #ddbfaa

Analogous Colors of #aaddbf

#aaddbf #aaddd9 #afddaa

Monochromatic Colors of #aaddbf

#aaddbf

Complementary Color

#aaddbf #ddaac8

#aaddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddbf Color CSS Codes

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

#aaddbf Text Font Color

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

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


#aaddbf Background Color

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

This div background color is #aaddbf


#aaddbf Border Color

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

This div border color is #aaddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddbf


Comments

No comments written yet.

Please login to write comment.