Color Hex Logo

#10badd Color Hex

#10BADD
(16,186,221)
0 Favorites   0 Comments

Color spaces of #10badd

RGB 16186221
HSL0.530.860.46
HSV190°93°87°
CMYK 0.930.160.00   0.13
XYZ30.823740.448474.5894
Yxy40.44840.21130.2773
Hunter Lab63.5991-24.7872-25.0164
CIE-Lab69.7877-26.2546-28.3969

#10badd color RGB value is (16,186,221).

#10badd hex color red value is 16, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #10badd hue: 0.53 , saturation: 0.86 and the lightness value of 10badd is 0.46.

The process color (four color CMYK) of #10badd color hex is 0.93, 0.16, 0.00, 0.13. Web safe color of #10badd is #00cccc. Color #10badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111010 11011101
Octal 20 272 335
Decimal 16 186 221
Hex 10 BA DD

RGB Percentages of Color #10badd

%3.78
%43.97
%52.25

CMYK Percentages of Color #10badd

%93
%16
%0
%13

Triadic Colors of #10badd

#10badd #dd10ba #badd10

Analogous Colors of #10badd

#10badd #1053dd #10dd9a

Monochromatic Colors of #10badd

#10badd

Complementary Color

#10badd #dd3310

#10badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#10badd Color CSS Codes

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

#10badd Text Font Color

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

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


#10badd Background Color

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

This div background color is #10badd


#10badd Border Color

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

This div border color is #10badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10badd


Comments

No comments written yet.

Please login to write comment.