Color Hex Logo

#14dbbd Color Hex

#14DBBD
(20,219,189)
0 Favorites   0 Comments

Color spaces of #14dbbd

RGB 20219189
HSL0.470.830.47
HSV171°91°86°
CMYK 0.910.000.14   0.14
XYZ34.805354.485956.8265
Yxy54.48590.23820.3729
Hunter Lab73.8146-45.00856.0255
CIE-Lab78.7442-50.66372.3270

#14dbbd color RGB value is (20,219,189).

#14dbbd hex color red value is 20, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #14dbbd hue: 0.47 , saturation: 0.83 and the lightness value of 14dbbd is 0.47.

The process color (four color CMYK) of #14dbbd color hex is 0.91, 0.00, 0.14, 0.14. Web safe color of #14dbbd is #00cccc. Color #14dbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011011 10111101
Octal 24 333 275
Decimal 20 219 189
Hex 14 DB BD

RGB Percentages of Color #14dbbd

%4.67
%51.17
%44.16

CMYK Percentages of Color #14dbbd

%91
%0
%14
%14

Triadic Colors of #14dbbd

#14dbbd #bd14db #dbbd14

Analogous Colors of #14dbbd

#14dbbd #1496db #14db5a

Monochromatic Colors of #14dbbd

#14dbbd

Complementary Color

#14dbbd #db1432

#14dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dbbd Color CSS Codes

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

#14dbbd Text Font Color

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

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


#14dbbd Background Color

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

This div background color is #14dbbd


#14dbbd Border Color

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

This div border color is #14dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dbbd


Comments

No comments written yet.

Please login to write comment.