Color Hex Logo

#10abc7 Color Hex

#10ABC7
(16,171,199)
0 Favorites   0 Comments

Color spaces of #10abc7

RGB 16171199
HSL0.530.850.42
HSV189°92°78°
CMYK 0.920.140.00   0.22
XYZ25.085433.359559.1497
Yxy33.35950.21330.2837
Hunter Lab57.7577-23.5496-20.2886
CIE-Lab64.4509-26.0478-24.4817

#10abc7 color RGB value is (16,171,199).

#10abc7 hex color red value is 16, green value is 171 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #10abc7 hue: 0.53 , saturation: 0.85 and the lightness value of 10abc7 is 0.42.

The process color (four color CMYK) of #10abc7 color hex is 0.92, 0.14, 0.00, 0.22. Web safe color of #10abc7 is #0099cc. Color #10abc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101011 11000111
Octal 20 253 307
Decimal 16 171 199
Hex 10 AB C7

RGB Percentages of Color #10abc7

%4.15
%44.30
%51.55

CMYK Percentages of Color #10abc7

%92
%14
%0
%22

Triadic Colors of #10abc7

#10abc7 #c710ab #abc710

Analogous Colors of #10abc7

#10abc7 #1050c7 #10c788

Monochromatic Colors of #10abc7

#10abc7

Complementary Color

#10abc7 #c72c10

#10abc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10abc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#10abc7 Color CSS Codes

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

#10abc7 Text Font Color

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

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


#10abc7 Background Color

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

This div background color is #10abc7


#10abc7 Border Color

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

This div border color is #10abc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10abc7


Comments

No comments written yet.

Please login to write comment.