Color Hex Logo

#16beef Color Hex

#16BEEF
(22,190,239)
0 Favorites   0 Comments

Color spaces of #16beef

RGB 22190239
HSL0.540.870.51
HSV194°91°94°
CMYK 0.910.210.00   0.06
XYZ34.324343.229588.1964
Yxy43.22950.20710.2608
Hunter Lab65.7491-21.8752-33.5077
CIE-Lab71.7105-22.0013-35.2098

#16beef color RGB value is (22,190,239).

#16beef hex color red value is 22, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #16beef hue: 0.54 , saturation: 0.87 and the lightness value of 16beef is 0.51.

The process color (four color CMYK) of #16beef color hex is 0.91, 0.21, 0.00, 0.06. Web safe color of #16beef is #00ccff. Color #16beef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010110 10111110 11101111
Octal 26 276 357
Decimal 22 190 239
Hex 16 BE EF

RGB Percentages of Color #16beef

%4.88
%42.13
%52.99

CMYK Percentages of Color #16beef

%91
%21
%0
%6

Triadic Colors of #16beef

#16beef #ef16be #beef16

Analogous Colors of #16beef

#16beef #1652ef #16efb4

Monochromatic Colors of #16beef

#16beef

Complementary Color

#16beef #ef4716

#16beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#16beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#16beef Color CSS Codes

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

#16beef Text Font Color

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

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


#16beef Background Color

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

This div background color is #16beef


#16beef Border Color

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

This div border color is #16beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #16beef


Comments

No comments written yet.

Please login to write comment.