Color Hex Logo

#14bfeb Color Hex

#14BFEB
(20,191,235)
0 Favorites   0 Comments

Color spaces of #14bfeb

RGB 20191235
HSL0.530.840.50
HSV192°91°92°
CMYK 0.910.190.00   0.08
XYZ33.914743.408585.1884
Yxy43.40850.20870.2671
Hunter Lab65.8851-23.4152-30.5414
CIE-Lab71.8314-23.9444-32.8573

#14bfeb color RGB value is (20,191,235).

#14bfeb hex color red value is 20, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #14bfeb hue: 0.53 , saturation: 0.84 and the lightness value of 14bfeb is 0.50.

The process color (four color CMYK) of #14bfeb color hex is 0.91, 0.19, 0.00, 0.08. Web safe color of #14bfeb is #00ccff. Color #14bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111111 11101011
Octal 24 277 353
Decimal 20 191 235
Hex 14 BF EB

RGB Percentages of Color #14bfeb

%4.48
%42.83
%52.69

CMYK Percentages of Color #14bfeb

%91
%19
%0
%8

Triadic Colors of #14bfeb

#14bfeb #eb14bf #bfeb14

Analogous Colors of #14bfeb

#14bfeb #1454eb #14ebac

Monochromatic Colors of #14bfeb

#14bfeb

Complementary Color

#14bfeb #eb4014

#14bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bfeb Color CSS Codes

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

#14bfeb Text Font Color

<p style="color:#14bfeb">Text here</p>

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


#14bfeb Background Color

<div style="background-color:#14bfeb">
Div content here</div>

This div background color is #14bfeb


#14bfeb Border Color

<div style="border:3px solid #14bfeb">
Div here</div>

This div border color is #14bfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,191,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14bfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14bfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #14bfeb;
  box-shadow:         1px 1px 3px 2px #14bfeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bfeb


Comments

No comments written yet.

Please login to write comment.