Color Hex Logo

#aadfcb Color Hex

#AADFCB
(170,223,203)
0 Favorites   0 Comments

Color spaces of #aadfcb

RGB 170223203
HSL0.440.450.77
HSV157°24°87°
CMYK 0.240.000.09   0.13
XYZ53.744765.633266.3357
Yxy65.63320.28940.3534
Hunter Lab81.0143-23.35868.1625
CIE-Lab84.8090-21.05934.2607

#aadfcb color RGB value is (170,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11001011
Octal 252 337 313
Decimal 170 223 203
Hex AA DF CB

RGB Percentages of Color #aadfcb

%28.52
%37.42
%34.06

CMYK Percentages of Color #aadfcb

%24
%0
%9
%13

Triadic Colors of #aadfcb

#aadfcb #cbaadf #dfcbaa

Analogous Colors of #aadfcb

#aadfcb #aad9df #aadfb1

Monochromatic Colors of #aadfcb

#aadfcb

Complementary Color

#aadfcb #dfaabe

#aadfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfcb Color CSS Codes

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

#aadfcb Text Font Color

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

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


#aadfcb Background Color

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

This div background color is #aadfcb


#aadfcb Border Color

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

This div border color is #aadfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfcb


Comments

No comments written yet.

Please login to write comment.