Color Hex Logo

#aadcf3 Color Hex

#AADCF3
(170,220,243)
0 Favorites   0 Comments

Color spaces of #aadcf3

RGB 170220243
HSL0.550.750.81
HSV199°30°95°
CMYK 0.300.090.00   0.05
XYZ58.348466.203594.4973
Yxy66.20350.26640.3022
Hunter Lab81.3655-14.3848-11.9031
CIE-Lab85.1001-10.8306-16.4623

#aadcf3 color RGB value is (170,220,243).

#aadcf3 hex color red value is 170, green value is 220 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #aadcf3 hue: 0.55 , saturation: 0.75 and the lightness value of aadcf3 is 0.81.

The process color (four color CMYK) of #aadcf3 color hex is 0.30, 0.09, 0.00, 0.05. Web safe color of #aadcf3 is #99ccff. Color #aadcf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011100 11110011
Octal 252 334 363
Decimal 170 220 243
Hex AA DC F3

RGB Percentages of Color #aadcf3

%26.86
%34.76
%38.39

CMYK Percentages of Color #aadcf3

%30
%9
%0
%5

Triadic Colors of #aadcf3

#aadcf3 #f3aadc #dcf3aa

Analogous Colors of #aadcf3

#aadcf3 #aab8f3 #aaf3e6

Monochromatic Colors of #aadcf3

#aadcf3

Complementary Color

#aadcf3 #f3c1aa

#aadcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadcf3 Color CSS Codes

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

#aadcf3 Text Font Color

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

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


#aadcf3 Background Color

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

This div background color is #aadcf3


#aadcf3 Border Color

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

This div border color is #aadcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadcf3


Comments

No comments written yet.

Please login to write comment.