Color Hex Logo

#14ddb4 Color Hex

#14DDB4
(20,221,180)
0 Favorites   0 Comments

Color spaces of #14ddb4

RGB 20221180
HSL0.470.830.47
HSV168°91°87°
CMYK 0.910.000.19   0.13
XYZ34.383255.156952.0142
Yxy55.15690.24290.3897
Hunter Lab74.2677-47.329510.4630
CIE-Lab79.1316-53.78527.6749

#14ddb4 color RGB value is (20,221,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 10110100
Octal 24 335 264
Decimal 20 221 180
Hex 14 DD B4

RGB Percentages of Color #14ddb4

%4.75
%52.49
%42.76

CMYK Percentages of Color #14ddb4

%91
%0
%19
%13

Triadic Colors of #14ddb4

#14ddb4 #b414dd #ddb414

Analogous Colors of #14ddb4

#14ddb4 #14a2dd #14dd50

Monochromatic Colors of #14ddb4

#14ddb4

Complementary Color

#14ddb4 #dd143d

#14ddb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddb4 Color CSS Codes

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

#14ddb4 Text Font Color

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

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


#14ddb4 Background Color

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

This div background color is #14ddb4


#14ddb4 Border Color

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

This div border color is #14ddb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddb4


Comments

No comments written yet.

Please login to write comment.