Color Hex Logo

#10aaeb Color Hex

#10AAEB
(16,170,235)
0 Favorites   0 Comments

Color spaces of #10aaeb

RGB 16170235
HSL0.550.870.49
HSV198°93°92°
CMYK 0.930.280.00   0.08
XYZ29.583834.857883.7663
Yxy34.85780.19960.2352
Hunter Lab59.0405-13.8787-42.7920
CIE-Lab65.6378-13.0363-42.5046

#10aaeb color RGB value is (16,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101010 11101011
Octal 20 252 353
Decimal 16 170 235
Hex 10 AA EB

RGB Percentages of Color #10aaeb

%3.80
%40.38
%55.82

CMYK Percentages of Color #10aaeb

%93
%28
%0
%8

Triadic Colors of #10aaeb

#10aaeb #eb10aa #aaeb10

Analogous Colors of #10aaeb

#10aaeb #103deb #10ebbf

Monochromatic Colors of #10aaeb

#10aaeb

Complementary Color

#10aaeb #eb5110

#10aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10aaeb Color CSS Codes

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

#10aaeb Text Font Color

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

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


#10aaeb Background Color

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

This div background color is #10aaeb


#10aaeb Border Color

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

This div border color is #10aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10aaeb


Comments

No comments written yet.

Please login to write comment.