Color Hex Logo

#14eafd Color Hex

#14EAFD
(20,234,253)
0 Favorites   0 Comments

Color spaces of #14eafd

RGB 20234253
HSL0.510.980.54
HSV185°92°99°
CMYK 0.920.080.00   0.01
XYZ47.440966.0862103.1840
Yxy66.08620.21890.3050
Hunter Lab81.2934-38.0951-18.3501
CIE-Lab85.0404-38.8986-22.2404

#14eafd color RGB value is (20,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11101010 11111101
Octal 24 352 375
Decimal 20 234 253
Hex 14 EA FD

RGB Percentages of Color #14eafd

%3.94
%46.15
%49.90

CMYK Percentages of Color #14eafd

%92
%8
%0
%1

Triadic Colors of #14eafd

#14eafd #fd14ea #eafd14

Analogous Colors of #14eafd

#14eafd #1476fd #14fd9c

Monochromatic Colors of #14eafd

#14eafd

Complementary Color

#14eafd #fd2714

#14eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14eafd Color CSS Codes

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

#14eafd Text Font Color

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

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


#14eafd Background Color

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

This div background color is #14eafd


#14eafd Border Color

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

This div border color is #14eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14eafd

Related Colors


Comments

No comments written yet.

Please login to write comment.