Color Hex Logo

#10fadb Color Hex

#10FADB
(16,250,219)
0 Favorites   0 Comments

Color spaces of #10fadb

RGB 16250219
HSL0.480.960.52
HSV172°94°98°
CMYK 0.940.000.12   0.02
XYZ47.185573.595878.7363
Yxy73.59580.23650.3689
Hunter Lab85.7880-51.94965.6352
CIE-Lab88.7311-55.52001.0555

#10fadb color RGB value is (16,250,219).

#10fadb hex color red value is 16, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #10fadb hue: 0.48 , saturation: 0.96 and the lightness value of 10fadb is 0.52.

The process color (four color CMYK) of #10fadb color hex is 0.94, 0.00, 0.12, 0.02. Web safe color of #10fadb is #00ffcc. Color #10fadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11111010 11011011
Octal 20 372 333
Decimal 16 250 219
Hex 10 FA DB

RGB Percentages of Color #10fadb

%3.30
%51.55
%45.15

CMYK Percentages of Color #10fadb

%94
%0
%12
%2

Triadic Colors of #10fadb

#10fadb #db10fa #fadb10

Analogous Colors of #10fadb

#10fadb #10a4fa #10fa66

Monochromatic Colors of #10fadb

#10fadb

Complementary Color

#10fadb #fa102f

#10fadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10fadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10fadb Color CSS Codes

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

#10fadb Text Font Color

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

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


#10fadb Background Color

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

This div background color is #10fadb


#10fadb Border Color

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

This div border color is #10fadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10fadb


Comments

No comments written yet.

Please login to write comment.