Color Hex Logo

#16edb9 Color Hex

#16EDB9
(22,237,185)
0 Favorites   0 Comments

Color spaces of #16edb9

RGB 22237185
HSL0.460.860.51
HSV165°91°93°
CMYK 0.910.000.22   0.07
XYZ39.372064.241756.2237
Yxy64.24170.24630.4019
Hunter Lab80.1509-52.580814.5153
CIE-Lab84.0915-58.705512.1178

#16edb9 color RGB value is (22,237,185).

#16edb9 hex color red value is 22, green value is 237 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #16edb9 hue: 0.46 , saturation: 0.86 and the lightness value of 16edb9 is 0.51.

The process color (four color CMYK) of #16edb9 color hex is 0.91, 0.00, 0.22, 0.07. Web safe color of #16edb9 is #00ffcc. Color #16edb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 11101101 10111001
Octal 26 355 271
Decimal 22 237 185
Hex 16 ED B9

RGB Percentages of Color #16edb9

%4.95
%53.38
%41.67

CMYK Percentages of Color #16edb9

%91
%0
%22
%7

Triadic Colors of #16edb9

#16edb9 #b916ed #edb916

Analogous Colors of #16edb9

#16edb9 #16b6ed #16ed4e

Monochromatic Colors of #16edb9

#16edb9

Complementary Color

#16edb9 #ed164a

#16edb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16edb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#16edb9 Color CSS Codes

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

#16edb9 Text Font Color

<p style="color:#16edb9">Text here</p>

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


#16edb9 Background Color

<div style="background-color:#16edb9">
Div content here</div>

This div background color is #16edb9


#16edb9 Border Color

<div style="border:3px solid #16edb9">
Div here</div>

This div border color is #16edb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(22,237,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #16edb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #16edb9;
  -webkit-box-shadow: 1px 1px 3px 2px #16edb9;
  box-shadow:         1px 1px 3px 2px #16edb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(22,237,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16edb9


Comments

No comments written yet.

Please login to write comment.