Color Hex Logo

#10adcb Color Hex

#10ADCB
(16,173,203)
0 Favorites   0 Comments

Color spaces of #10adcb

RGB 16173203
HSL0.530.850.43
HSV190°92°80°
CMYK 0.920.150.00   0.20
XYZ25.936734.309161.7552
Yxy34.30910.21260.2812
Hunter Lab58.5740-23.4642-21.5083
CIE-Lab65.2072-25.7196-25.5396

#10adcb color RGB value is (16,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101101 11001011
Octal 20 255 313
Decimal 16 173 203
Hex 10 AD CB

RGB Percentages of Color #10adcb

%4.08
%44.13
%51.79

CMYK Percentages of Color #10adcb

%92
%15
%0
%20

Triadic Colors of #10adcb

#10adcb #cb10ad #adcb10

Analogous Colors of #10adcb

#10adcb #1050cb #10cb8c

Monochromatic Colors of #10adcb

#10adcb

Complementary Color

#10adcb #cb2e10

#10adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10adcb Color CSS Codes

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

#10adcb Text Font Color

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

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


#10adcb Background Color

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

This div background color is #10adcb


#10adcb Border Color

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

This div border color is #10adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10adcb


Comments

No comments written yet.

Please login to write comment.