Color Hex Logo

#14ffdd Color Hex

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

Color spaces of #14ffdd

RGB 20255221
HSL0.481.000.54
HSV171°92°100°
CMYK 0.920.000.13   0.00
XYZ49.099676.889280.6599
Yxy76.88920.23760.3721
Hunter Lab87.6865-53.50126.8416
CIE-Lab90.2706-56.87312.2596

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

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

The process color (four color CMYK) of #14ffdd color hex is 0.92, 0.00, 0.13, 0.00. Web safe color of #14ffdd is #00ffcc. Color #14ffdd contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #14ffdd

%4.03
%51.41
%44.56

CMYK Percentages of Color #14ffdd

%92
%0
%13
%0

Triadic Colors of #14ffdd

#14ffdd #dd14ff #ffdd14

Analogous Colors of #14ffdd

#14ffdd #14acff #14ff68

Monochromatic Colors of #14ffdd

#14ffdd

Complementary Color

#14ffdd #ff1436

#14ffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffdd Color CSS Codes

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

#14ffdd Text Font Color

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

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


#14ffdd Background Color

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

This div background color is #14ffdd


#14ffdd Border Color

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

This div border color is #14ffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.