Color Hex Logo

#10ebbb Color Hex

#10EBBB
(16,235,187)
0 Favorites   0 Comments

Color spaces of #10ebbb

RGB 16235187
HSL0.460.870.49
HSV167°93°92°
CMYK 0.930.000.20   0.08
XYZ38.891763.114757.1463
Yxy63.11470.24440.3966
Hunter Lab79.4448-51.644712.9628
CIE-Lab83.5027-57.689610.2298

#10ebbb color RGB value is (16,235,187).

#10ebbb hex color red value is 16, green value is 235 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #10ebbb hue: 0.46 , saturation: 0.87 and the lightness value of 10ebbb is 0.49.

The process color (four color CMYK) of #10ebbb color hex is 0.93, 0.00, 0.20, 0.08. Web safe color of #10ebbb is #00ffcc. Color #10ebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101011 10111011
Octal 20 353 273
Decimal 16 235 187
Hex 10 EB BB

RGB Percentages of Color #10ebbb

%3.65
%53.65
%42.69

CMYK Percentages of Color #10ebbb

%93
%0
%20
%8

Triadic Colors of #10ebbb

#10ebbb #bb10eb #ebbb10

Analogous Colors of #10ebbb

#10ebbb #10aeeb #10eb4e

Monochromatic Colors of #10ebbb

#10ebbb

Complementary Color

#10ebbb #eb1040

#10ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10ebbb Color CSS Codes

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

#10ebbb Text Font Color

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

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


#10ebbb Background Color

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

This div background color is #10ebbb


#10ebbb Border Color

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

This div border color is #10ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10ebbb


Comments

No comments written yet.

Please login to write comment.