Color Hex Logo

#10adea Color Hex

#10ADEA
(16,173,234)
0 Favorites   0 Comments

Color spaces of #10adea

RGB 16173234
HSL0.550.870.49
HSV197°93°92°
CMYK 0.930.260.00   0.08
XYZ30.008535.937883.1970
Yxy35.93780.20120.2410
Hunter Lab59.9481-15.5567-40.3199
CIE-Lab66.4724-15.0198-40.6496

#10adea color RGB value is (16,173,234).

#10adea hex color red value is 16, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #10adea hue: 0.55 , saturation: 0.87 and the lightness value of 10adea is 0.49.

The process color (four color CMYK) of #10adea color hex is 0.93, 0.26, 0.00, 0.08. Web safe color of #10adea is #0099ff. Color #10adea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101101 11101010
Octal 20 255 352
Decimal 16 173 234
Hex 10 AD EA

RGB Percentages of Color #10adea

%3.78
%40.90
%55.32

CMYK Percentages of Color #10adea

%93
%26
%0
%8

Triadic Colors of #10adea

#10adea #ea10ad #adea10

Analogous Colors of #10adea

#10adea #1040ea #10eaba

Monochromatic Colors of #10adea

#10adea

Complementary Color

#10adea #ea4d10

#10adea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10adea Color Preview on White Background

Lorem ipsum dolor sit amet.

#10adea Color CSS Codes

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

#10adea Text Font Color

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

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


#10adea Background Color

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

This div background color is #10adea


#10adea Border Color

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

This div border color is #10adea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10adea


Comments

No comments written yet.

Please login to write comment.