Color Hex Logo

#10dabe Color Hex

#10DABE
(16,218,190)
0 Favorites   0 Comments

Color spaces of #10dabe

RGB 16218190
HSL0.480.860.46
HSV172°93°85°
CMYK 0.930.000.13   0.15
XYZ34.579453.970757.3101
Yxy53.97070.23710.3700
Hunter Lab73.4648-44.54455.1730
CIE-Lab78.4446-50.14811.3550

#10dabe color RGB value is (16,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11011010 10111110
Octal 20 332 276
Decimal 16 218 190
Hex 10 DA BE

RGB Percentages of Color #10dabe

%3.77
%51.42
%44.81

CMYK Percentages of Color #10dabe

%93
%0
%13
%15

Triadic Colors of #10dabe

#10dabe #be10da #dabe10

Analogous Colors of #10dabe

#10dabe #1091da #10da59

Monochromatic Colors of #10dabe

#10dabe

Complementary Color

#10dabe #da102c

#10dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#10dabe Color CSS Codes

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

#10dabe Text Font Color

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

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


#10dabe Background Color

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

This div background color is #10dabe


#10dabe Border Color

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

This div border color is #10dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10dabe


Comments

No comments written yet.

Please login to write comment.