Color Hex Logo

#aadfbc Color Hex

#AADFBC
(170,223,188)
0 Favorites   0 Comments

Color spaces of #aadfbc

RGB 170223188
HSL0.390.450.77
HSV140°24°87°
CMYK 0.240.000.16   0.13
XYZ52.042364.952257.3711
Yxy64.95220.29850.3725
Hunter Lab80.5929-25.772514.2087
CIE-Lab84.4591-23.963711.6675

#aadfbc color RGB value is (170,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 10111100
Octal 252 337 274
Decimal 170 223 188
Hex AA DF BC

RGB Percentages of Color #aadfbc

%29.26
%38.38
%32.36

CMYK Percentages of Color #aadfbc

%24
%0
%16
%13

Triadic Colors of #aadfbc

#aadfbc #bcaadf #dfbcaa

Analogous Colors of #aadfbc

#aadfbc #aadfd7 #b3dfaa

Monochromatic Colors of #aadfbc

#aadfbc

Complementary Color

#aadfbc #dfaacd

#aadfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfbc Color CSS Codes

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

#aadfbc Text Font Color

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

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


#aadfbc Background Color

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

This div background color is #aadfbc


#aadfbc Border Color

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

This div border color is #aadfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfbc


Comments

No comments written yet.

Please login to write comment.