Color Hex Logo

#10c6fb Color Hex

#10C6FB
(16,198,251)
0 Favorites   0 Comments

Color spaces of #10c6fb

RGB 16198251
HSL0.540.970.52
HSV194°94°98°
CMYK 0.940.210.00   0.02
XYZ37.820447.463498.4348
Yxy47.46340.20590.2583
Hunter Lab68.8937-22.5732-36.4875
CIE-Lab74.4852-22.2613-37.3775

#10c6fb color RGB value is (16,198,251).

#10c6fb hex color red value is 16, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #10c6fb hue: 0.54 , saturation: 0.97 and the lightness value of 10c6fb is 0.52.

The process color (four color CMYK) of #10c6fb color hex is 0.94, 0.21, 0.00, 0.02. Web safe color of #10c6fb is #00ccff. Color #10c6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11000110 11111011
Octal 20 306 373
Decimal 16 198 251
Hex 10 C6 FB

RGB Percentages of Color #10c6fb

%3.44
%42.58
%53.98

CMYK Percentages of Color #10c6fb

%94
%21
%0
%2

Triadic Colors of #10c6fb

#10c6fb #fb10c6 #c6fb10

Analogous Colors of #10c6fb

#10c6fb #1051fb #10fbbb

Monochromatic Colors of #10c6fb

#10c6fb

Complementary Color

#10c6fb #fb4510

#10c6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10c6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10c6fb Color CSS Codes

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

#10c6fb Text Font Color

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

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


#10c6fb Background Color

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

This div background color is #10c6fb


#10c6fb Border Color

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

This div border color is #10c6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10c6fb


Comments

No comments written yet.

Please login to write comment.