Color Hex Logo

#10fabe Color Hex

#10FABE
(16,250,190)
0 Favorites   0 Comments

Color spaces of #10fabe

RGB 16250190
HSL0.460.960.52
HSV165°94°98°
CMYK 0.940.000.24   0.02
XYZ43.693672.199160.3481
Yxy72.19910.24790.4097
Hunter Lab84.9701-56.908717.3696
CIE-Lab88.0643-62.663515.1363

#10fabe color RGB value is (16,250,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11111010 10111110
Octal 20 372 276
Decimal 16 250 190
Hex 10 FA BE

RGB Percentages of Color #10fabe

%3.51
%54.82
%41.67

CMYK Percentages of Color #10fabe

%94
%0
%24
%2

Triadic Colors of #10fabe

#10fabe #be10fa #fabe10

Analogous Colors of #10fabe

#10fabe #10c1fa #10fa49

Monochromatic Colors of #10fabe

#10fabe

Complementary Color

#10fabe #fa104c

#10fabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10fabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#10fabe Color CSS Codes

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

#10fabe Text Font Color

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

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


#10fabe Background Color

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

This div background color is #10fabe


#10fabe Border Color

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

This div border color is #10fabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10fabe


Comments

No comments written yet.

Please login to write comment.