Color Hex Logo

#10c8eb Color Hex

#10C8EB
(16,200,235)
0 Favorites   0 Comments

Color spaces of #10c8eb

RGB 16200235
HSL0.530.870.49
HSV190°93°92°
CMYK 0.930.150.00   0.08
XYZ35.863447.416985.8594
Yxy47.41690.21200.2803
Hunter Lab68.8599-27.5391-25.7250
CIE-Lab74.4557-28.5897-28.8153

#10c8eb color RGB value is (16,200,235).

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

The process color (four color CMYK) of #10c8eb color hex is 0.93, 0.15, 0.00, 0.08. Web safe color of #10c8eb is #00ccff. Color #10c8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11001000 11101011
Octal 20 310 353
Decimal 16 200 235
Hex 10 C8 EB

RGB Percentages of Color #10c8eb

%3.55
%44.35
%52.11

CMYK Percentages of Color #10c8eb

%93
%15
%0
%8

Triadic Colors of #10c8eb

#10c8eb #eb10c8 #c8eb10

Analogous Colors of #10c8eb

#10c8eb #105aeb #10eba1

Monochromatic Colors of #10c8eb

#10c8eb

Complementary Color

#10c8eb #eb3310

#10c8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10c8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10c8eb Color CSS Codes

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

#10c8eb Text Font Color

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

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


#10c8eb Background Color

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

This div background color is #10c8eb


#10c8eb Border Color

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

This div border color is #10c8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10c8eb


Comments

No comments written yet.

Please login to write comment.