Color Hex Logo

#14dafb Color Hex

#14DAFB
(20,218,251)
0 Favorites   0 Comments

Color spaces of #14dafb

RGB 20218251
HSL0.520.970.53
HSV189°92°98°
CMYK 0.920.130.00   0.02
XYZ42.772557.2566100.0641
Yxy57.25660.21380.2861
Hunter Lab75.6681-31.5194-25.4379
CIE-Lab80.3237-32.0296-28.3723

#14dafb color RGB value is (20,218,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11111011
Octal 24 332 373
Decimal 20 218 251
Hex 14 DA FB

RGB Percentages of Color #14dafb

%4.09
%44.58
%51.33

CMYK Percentages of Color #14dafb

%92
%13
%0
%2

Triadic Colors of #14dafb

#14dafb #fb14da #dafb14

Analogous Colors of #14dafb

#14dafb #1467fb #14fba9

Monochromatic Colors of #14dafb

#14dafb

Complementary Color

#14dafb #fb3514

#14dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dafb Color CSS Codes

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

#14dafb Text Font Color

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

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


#14dafb Background Color

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

This div background color is #14dafb


#14dafb Border Color

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

This div border color is #14dafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,218,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 #14dafb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dafb


Comments

No comments written yet.

Please login to write comment.