Color Hex Logo

#14adfd Color Hex

#14ADFD
(20,173,253)
0 Favorites   0 Comments

Color spaces of #14adfd

RGB 20173253
HSL0.560.980.54
HSV201°92°99°
CMYK 0.920.320.00   0.01
XYZ32.961737.127798.3576
Yxy37.12770.19570.2204
Hunter Lab60.9325-10.0715-53.0535
CIE-Lab67.3727-8.0796-49.5899

#14adfd color RGB value is (20,173,253).

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

The process color (four color CMYK) of #14adfd color hex is 0.92, 0.32, 0.00, 0.01. Web safe color of #14adfd is #0099ff. Color #14adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11111101
Octal 24 255 375
Decimal 20 173 253
Hex 14 AD FD

RGB Percentages of Color #14adfd

%4.48
%38.79
%56.73

CMYK Percentages of Color #14adfd

%92
%32
%0
%1

Triadic Colors of #14adfd

#14adfd #fd14ad #adfd14

Analogous Colors of #14adfd

#14adfd #1438fd #14fdd9

Monochromatic Colors of #14adfd

#14adfd

Complementary Color

#14adfd #fd6414

#14adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adfd Color CSS Codes

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

#14adfd Text Font Color

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

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


#14adfd Background Color

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

This div background color is #14adfd


#14adfd Border Color

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

This div border color is #14adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.