Color Hex Logo

#aadfb8 Color Hex

#AADFB8
(170,223,184)
0 Favorites   0 Comments

Color spaces of #aadfb8

RGB 170223184
HSL0.380.450.77
HSV136°24°87°
CMYK 0.240.000.17   0.13
XYZ51.617064.782155.1311
Yxy64.78210.30090.3777
Hunter Lab80.4873-26.379715.7295
CIE-Lab84.3713-24.702713.6465

#aadfb8 color RGB value is (170,223,184).

#aadfb8 hex color red value is 170, green value is 223 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aadfb8 hue: 0.38 , saturation: 0.45 and the lightness value of aadfb8 is 0.77.

The process color (four color CMYK) of #aadfb8 color hex is 0.24, 0.00, 0.17, 0.13. Web safe color of #aadfb8 is #99cccc. Color #aadfb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10111000
Octal 252 337 270
Decimal 170 223 184
Hex AA DF B8

RGB Percentages of Color #aadfb8

%29.46
%38.65
%31.89

CMYK Percentages of Color #aadfb8

%24
%0
%17
%13

Triadic Colors of #aadfb8

#aadfb8 #b8aadf #dfb8aa

Analogous Colors of #aadfb8

#aadfb8 #aadfd3 #b7dfaa

Monochromatic Colors of #aadfb8

#aadfb8

Complementary Color

#aadfb8 #dfaad1

#aadfb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfb8 Color CSS Codes

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

#aadfb8 Text Font Color

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

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


#aadfb8 Background Color

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

This div background color is #aadfb8


#aadfb8 Border Color

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

This div border color is #aadfb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfb8


Comments

No comments written yet.

Please login to write comment.