Color Hex Logo

#10babe Color Hex

#10BABE
(16,186,190)
0 Favorites   0 Comments

Color spaces of #10babe

RGB 16186190
HSL0.500.840.40
HSV181°92°75°
CMYK 0.920.020.00   0.25
XYZ27.066938.945754.8059
Yxy38.94570.22400.3223
Hunter Lab62.4065-31.7925-8.3844
CIE-Lab68.7119-36.1824-13.0385

#10babe color RGB value is (16,186,190).

#10babe hex color red value is 16, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #10babe hue: 0.50 , saturation: 0.84 and the lightness value of 10babe is 0.40.

The process color (four color CMYK) of #10babe color hex is 0.92, 0.02, 0.00, 0.25. Web safe color of #10babe is #00cccc. Color #10babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10111010 10111110
Octal 20 272 276
Decimal 16 186 190
Hex 10 BA BE

RGB Percentages of Color #10babe

%4.08
%47.45
%48.47

CMYK Percentages of Color #10babe

%92
%2
%0
%25

Triadic Colors of #10babe

#10babe #be10ba #babe10

Analogous Colors of #10babe

#10babe #1063be #10be6b

Monochromatic Colors of #10babe

#10babe

Complementary Color

#10babe #be1410

#10babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#10babe Color CSS Codes

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

#10babe Text Font Color

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

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


#10babe Background Color

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

This div background color is #10babe


#10babe Border Color

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

This div border color is #10babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10babe


Comments

No comments written yet.

Please login to write comment.