Color Hex Logo

#10aadd Color Hex

#10AADD
(16,170,221)
0 Favorites   0 Comments

Color spaces of #10aadd

RGB 16170221
HSL0.540.860.46
HSV195°93°87°
CMYK 0.930.230.00   0.13
XYZ27.639634.080173.5280
Yxy34.08010.20440.2520
Hunter Lab58.3782-17.6496-33.8118
CIE-Lab65.0261-17.9914-35.7663

#10aadd color RGB value is (16,170,221).

#10aadd hex color red value is 16, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #10aadd hue: 0.54 , saturation: 0.86 and the lightness value of 10aadd is 0.46.

The process color (four color CMYK) of #10aadd color hex is 0.93, 0.23, 0.00, 0.13. Web safe color of #10aadd is #0099cc. Color #10aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101010 11011101
Octal 20 252 335
Decimal 16 170 221
Hex 10 AA DD

RGB Percentages of Color #10aadd

%3.93
%41.77
%54.30

CMYK Percentages of Color #10aadd

%93
%23
%0
%13

Triadic Colors of #10aadd

#10aadd #dd10aa #aadd10

Analogous Colors of #10aadd

#10aadd #1044dd #10ddaa

Monochromatic Colors of #10aadd

#10aadd

Complementary Color

#10aadd #dd4310

#10aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10aadd Color CSS Codes

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

#10aadd Text Font Color

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

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


#10aadd Background Color

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

This div background color is #10aadd


#10aadd Border Color

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

This div border color is #10aadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,170,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10aadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10aadd;
  -webkit-box-shadow: 1px 1px 3px 2px #10aadd;
  box-shadow:         1px 1px 3px 2px #10aadd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10aadd


Comments

No comments written yet.

Please login to write comment.