Color Hex Logo

#10addc Color Hex

#10ADDC
(16,173,220)
0 Favorites   0 Comments

Color spaces of #10addc

RGB 16173220
HSL0.540.860.46
HSV194°93°86°
CMYK 0.930.210.00   0.14
XYZ28.075535.164673.0179
Yxy35.16460.20600.2581
Hunter Lab59.2997-19.2636-31.4961
CIE-Lab65.8766-19.9250-33.8932

#10addc color RGB value is (16,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101101 11011100
Octal 20 255 334
Decimal 16 173 220
Hex 10 AD DC

RGB Percentages of Color #10addc

%3.91
%42.30
%53.79

CMYK Percentages of Color #10addc

%93
%21
%0
%14

Triadic Colors of #10addc

#10addc #dc10ad #addc10

Analogous Colors of #10addc

#10addc #1047dc #10dca5

Monochromatic Colors of #10addc

#10addc

Complementary Color

#10addc #dc3f10

#10addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#10addc Color CSS Codes

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

#10addc Text Font Color

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

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


#10addc Background Color

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

This div background color is #10addc


#10addc Border Color

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

This div border color is #10addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10addc


Comments

No comments written yet.

Please login to write comment.