Color Hex Logo

#14dfcc Color Hex

#14DFCC
(20,223,204)
0 Favorites   0 Comments

Color spaces of #14dfcc

RGB 20223204
HSL0.480.840.48
HSV174°91°87°
CMYK 0.910.000.09   0.13
XYZ37.575357.283766.2032
Yxy57.28370.23330.3557
Hunter Lab75.6860-43.83181.1187
CIE-Lab80.3389-48.2888-3.3334

#14dfcc color RGB value is (20,223,204).

#14dfcc hex color red value is 20, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #14dfcc hue: 0.48 , saturation: 0.84 and the lightness value of 14dfcc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 11001100
Octal 24 337 314
Decimal 20 223 204
Hex 14 DF CC

RGB Percentages of Color #14dfcc

%4.47
%49.89
%45.64

CMYK Percentages of Color #14dfcc

%91
%0
%9
%13

Triadic Colors of #14dfcc

#14dfcc #cc14df #dfcc14

Analogous Colors of #14dfcc

#14dfcc #148ddf #14df67

Monochromatic Colors of #14dfcc

#14dfcc

Complementary Color

#14dfcc #df1427

#14dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfcc Color CSS Codes

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

#14dfcc Text Font Color

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

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


#14dfcc Background Color

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

This div background color is #14dfcc


#14dfcc Border Color

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

This div border color is #14dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfcc


Comments

No comments written yet.

Please login to write comment.