Color Hex Logo

#14cafb Color Hex

#14CAFB
(20,202,251)
0 Favorites   0 Comments

Color spaces of #14cafb

RGB 20202251
HSL0.540.970.53
HSV193°92°98°
CMYK 0.920.200.00   0.02
XYZ38.821649.354898.7471
Yxy49.35480.20770.2640
Hunter Lab70.2530-24.3041-34.1605
CIE-Lab75.6715-24.1577-35.5365

#14cafb color RGB value is (20,202,251).

#14cafb hex color red value is 20, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #14cafb hue: 0.54 , saturation: 0.97 and the lightness value of 14cafb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 11111011
Octal 24 312 373
Decimal 20 202 251
Hex 14 CA FB

RGB Percentages of Color #14cafb

%4.23
%42.71
%53.07

CMYK Percentages of Color #14cafb

%92
%20
%0
%2

Triadic Colors of #14cafb

#14cafb #fb14ca #cafb14

Analogous Colors of #14cafb

#14cafb #1457fb #14fbb9

Monochromatic Colors of #14cafb

#14cafb

Complementary Color

#14cafb #fb4514

#14cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cafb Color CSS Codes

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

#14cafb Text Font Color

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

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


#14cafb Background Color

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

This div background color is #14cafb


#14cafb Border Color

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

This div border color is #14cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cafb


Comments

No comments written yet.

Please login to write comment.