Color Hex Logo

#10eebb Color Hex

#10EEBB
(16,238,187)
0 Favorites   0 Comments

Color spaces of #10eebb

RGB 16238187
HSL0.460.870.50
HSV166°93°93°
CMYK 0.930.000.21   0.07
XYZ39.757964.847157.4350
Yxy64.84710.24540.4002
Hunter Lab80.5277-52.795014.0818
CIE-Lab84.4049-58.842811.5140

#10eebb color RGB value is (16,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 11101110 10111011
Octal 20 356 273
Decimal 16 238 187
Hex 10 EE BB

RGB Percentages of Color #10eebb

%3.63
%53.97
%42.40

CMYK Percentages of Color #10eebb

%93
%0
%21
%7

Triadic Colors of #10eebb

#10eebb #bb10ee #eebb10

Analogous Colors of #10eebb

#10eebb #10b2ee #10ee4c

Monochromatic Colors of #10eebb

#10eebb

Complementary Color

#10eebb #ee1043

#10eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#10eebb Color CSS Codes

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

#10eebb Text Font Color

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

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


#10eebb Background Color

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

This div background color is #10eebb


#10eebb Border Color

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

This div border color is #10eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10eebb


Comments

No comments written yet.

Please login to write comment.