Color Hex Logo

#14b6fd Color Hex

#14B6FD
(20,182,253)
0 Favorites   0 Comments

Color spaces of #14b6fd

RGB 20182253
HSL0.550.980.54
HSV198°92°99°
CMYK 0.920.280.00   0.01
XYZ34.746140.696598.9524
Yxy40.69650.19920.2334
Hunter Lab63.7938-14.4169-47.3107
CIE-Lab69.9628-13.0155-45.5132

#14b6fd color RGB value is (20,182,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10110110 11111101
Octal 24 266 375
Decimal 20 182 253
Hex 14 B6 FD

RGB Percentages of Color #14b6fd

%4.40
%40.00
%55.60

CMYK Percentages of Color #14b6fd

%92
%28
%0
%1

Triadic Colors of #14b6fd

#14b6fd #fd14b6 #b6fd14

Analogous Colors of #14b6fd

#14b6fd #1442fd #14fdd0

Monochromatic Colors of #14b6fd

#14b6fd

Complementary Color

#14b6fd #fd5b14

#14b6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14b6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14b6fd Color CSS Codes

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

#14b6fd Text Font Color

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

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


#14b6fd Background Color

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

This div background color is #14b6fd


#14b6fd Border Color

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

This div border color is #14b6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14b6fd


Comments

No comments written yet.

Please login to write comment.