Color Hex Logo

#10acdb Color Hex

#10ACDB
(16,172,219)
0 Favorites   0 Comments

Color spaces of #10acdb

RGB 16172219
HSL0.540.860.46
HSV194°93°86°
CMYK 0.930.210.00   0.14
XYZ27.752434.729772.2586
Yxy34.72970.20600.2578
Hunter Lab58.9319-19.0711-31.4453
CIE-Lab65.5377-19.7464-33.8687

#10acdb color RGB value is (16,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10101100 11011011
Octal 20 254 333
Decimal 16 172 219
Hex 10 AC DB

RGB Percentages of Color #10acdb

%3.93
%42.26
%53.81

CMYK Percentages of Color #10acdb

%93
%21
%0
%14

Triadic Colors of #10acdb

#10acdb #db10ac #acdb10

Analogous Colors of #10acdb

#10acdb #1046db #10dba5

Monochromatic Colors of #10acdb

#10acdb

Complementary Color

#10acdb #db3f10

#10acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10acdb Color CSS Codes

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

#10acdb Text Font Color

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

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


#10acdb Background Color

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

This div background color is #10acdb


#10acdb Border Color

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

This div border color is #10acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10acdb


Comments

No comments written yet.

Please login to write comment.