Color Hex Logo

#aadfd3 Color Hex

#AADFD3
(170,223,211)
0 Favorites   0 Comments

Color spaces of #aadfd3

RGB 170223211
HSL0.460.450.77
HSV166°24°87°
CMYK 0.240.000.05   0.13
XYZ54.723166.024571.4878
Yxy66.02450.28470.3435
Hunter Lab81.2555-21.98274.7160
CIE-Lab85.0089-19.42720.3249

#aadfd3 color RGB value is (170,223,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11010011
Octal 252 337 323
Decimal 170 223 211
Hex AA DF D3

RGB Percentages of Color #aadfd3

%28.15
%36.92
%34.93

CMYK Percentages of Color #aadfd3

%24
%0
%5
%13

Triadic Colors of #aadfd3

#aadfd3 #d3aadf #dfd3aa

Analogous Colors of #aadfd3

#aadfd3 #aad1df #aadfb9

Monochromatic Colors of #aadfd3

#aadfd3

Complementary Color

#aadfd3 #dfaab6

#aadfd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfd3 Color CSS Codes

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

#aadfd3 Text Font Color

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

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


#aadfd3 Background Color

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

This div background color is #aadfd3


#aadfd3 Border Color

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

This div border color is #aadfd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfd3


Comments

No comments written yet.

Please login to write comment.