Color Hex Logo

#14ddff Color Hex

#14DDFF
(20,221,255)
0 Favorites   0 Comments

Color spaces of #14ddff

RGB 20221255
HSL0.521.000.54
HSV189°92°100°
CMYK 0.920.130.00   0.00
XYZ44.194959.0816103.6823
Yxy59.08160.21350.2855
Hunter Lab76.8646-31.8806-26.1709
CIE-Lab81.3364-32.1937-28.9422

#14ddff color RGB value is (20,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11111111
Octal 24 335 377
Decimal 20 221 255
Hex 14 DD FF

RGB Percentages of Color #14ddff

%4.03
%44.56
%51.41

CMYK Percentages of Color #14ddff

%92
%13
%0
%0

Triadic Colors of #14ddff

#14ddff #ff14dd #ddff14

Analogous Colors of #14ddff

#14ddff #1468ff #14ffac

Monochromatic Colors of #14ddff

#14ddff

Complementary Color

#14ddff #ff3614

#14ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddff Color CSS Codes

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

#14ddff Text Font Color

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

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


#14ddff Background Color

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

This div background color is #14ddff


#14ddff Border Color

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

This div border color is #14ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddff


Comments

No comments written yet.

Please login to write comment.