Color Hex Logo

#14ddfa Color Hex

#14DDFA
(20,221,250)
0 Favorites   0 Comments

Color spaces of #14ddfa

RGB 20221250
HSL0.520.960.53
HSV188°92°98°
CMYK 0.920.120.00   0.02
XYZ43.400358.763899.4976
Yxy58.76380.21520.2914
Hunter Lab76.6576-33.0915-23.2951
CIE-Lab81.1616-33.7757-26.5600

#14ddfa color RGB value is (20,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11111010
Octal 24 335 372
Decimal 20 221 250
Hex 14 DD FA

RGB Percentages of Color #14ddfa

%4.07
%45.01
%50.92

CMYK Percentages of Color #14ddfa

%92
%12
%0
%2

Triadic Colors of #14ddfa

#14ddfa #fa14dd #ddfa14

Analogous Colors of #14ddfa

#14ddfa #146afa #14faa4

Monochromatic Colors of #14ddfa

#14ddfa

Complementary Color

#14ddfa #fa3114

#14ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddfa Color CSS Codes

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

#14ddfa Text Font Color

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

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


#14ddfa Background Color

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

This div background color is #14ddfa


#14ddfa Border Color

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

This div border color is #14ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddfa


Comments

No comments written yet.

Please login to write comment.