Color Hex Logo

#14bbfe Color Hex

#14BBFE
(20,187,254)
0 Favorites   0 Comments

Color spaces of #14bbfe

RGB 20187254
HSL0.550.990.54
HSV197°92°100°
CMYK 0.920.260.00   0.00
XYZ35.948242.8451100.1412
Yxy42.84510.20090.2394
Hunter Lab65.4562-16.5170-44.8883
CIE-Lab71.4497-15.3485-43.7222

#14bbfe color RGB value is (20,187,254).

#14bbfe hex color red value is 20, green value is 187 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #14bbfe hue: 0.55 , saturation: 0.99 and the lightness value of 14bbfe is 0.54.

The process color (four color CMYK) of #14bbfe color hex is 0.92, 0.26, 0.00, 0.00. Web safe color of #14bbfe is #00ccff. Color #14bbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111011 11111110
Octal 24 273 376
Decimal 20 187 254
Hex 14 BB FE

RGB Percentages of Color #14bbfe

%4.34
%40.56
%55.10

CMYK Percentages of Color #14bbfe

%92
%26
%0
%0

Triadic Colors of #14bbfe

#14bbfe #fe14bb #bbfe14

Analogous Colors of #14bbfe

#14bbfe #1446fe #14fecc

Monochromatic Colors of #14bbfe

#14bbfe

Complementary Color

#14bbfe #fe5714

#14bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bbfe Color CSS Codes

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

#14bbfe Text Font Color

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

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


#14bbfe Background Color

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

This div background color is #14bbfe


#14bbfe Border Color

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

This div border color is #14bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.