Color Hex Logo

#10a6ea Color Hex

#10A6EA
(16,166,234)
0 Favorites   0 Comments

Color spaces of #10a6ea

RGB 16166234
HSL0.550.870.49
HSV199°93°92°
CMYK 0.930.290.00   0.08
XYZ28.701233.323182.7612
Yxy33.32310.19820.2302
Hunter Lab57.7262-12.2714-44.5949
CIE-Lab64.4217-11.1982-43.8655

#10a6ea color RGB value is (16,166,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10100110 11101010
Octal 20 246 352
Decimal 16 166 234
Hex 10 A6 EA

RGB Percentages of Color #10a6ea

%3.85
%39.90
%56.25

CMYK Percentages of Color #10a6ea

%93
%29
%0
%8

Triadic Colors of #10a6ea

#10a6ea #ea10a6 #a6ea10

Analogous Colors of #10a6ea

#10a6ea #1039ea #10eac1

Monochromatic Colors of #10a6ea

#10a6ea

Complementary Color

#10a6ea #ea5410

#10a6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10a6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#10a6ea Color CSS Codes

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

#10a6ea Text Font Color

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

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


#10a6ea Background Color

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

This div background color is #10a6ea


#10a6ea Border Color

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

This div border color is #10a6ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,166,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 #10a6ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10a6ea


Comments

No comments written yet.

Please login to write comment.