Color Hex Logo

#10abe5 Color Hex

#10ABE5
(16,171,229)
0 Favorites   0 Comments

Color spaces of #10abe5

RGB 16171229
HSL0.550.870.48
HSV196°93°90°
CMYK 0.930.250.00   0.10
XYZ28.919534.893179.3396
Yxy34.89310.20200.2437
Hunter Lab59.0704-15.9837-38.2853
CIE-Lab65.6654-15.7105-39.1704

#10abe5 color RGB value is (16,171,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101011 11100101
Octal 20 253 345
Decimal 16 171 229
Hex 10 AB E5

RGB Percentages of Color #10abe5

%3.85
%41.11
%55.05

CMYK Percentages of Color #10abe5

%93
%25
%0
%10

Triadic Colors of #10abe5

#10abe5 #e510ab #abe510

Analogous Colors of #10abe5

#10abe5 #1041e5 #10e5b5

Monochromatic Colors of #10abe5

#10abe5

Complementary Color

#10abe5 #e54a10

#10abe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10abe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#10abe5 Color CSS Codes

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

#10abe5 Text Font Color

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

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


#10abe5 Background Color

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

This div background color is #10abe5


#10abe5 Border Color

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

This div border color is #10abe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10abe5


Comments

No comments written yet.

Please login to write comment.