Color Hex Logo

#14fcdc Color Hex

#14FCDC
(20,252,220)
0 Favorites   0 Comments

Color spaces of #14fcdc

RGB 20252220
HSL0.480.970.53
HSV172°92°99°
CMYK 0.920.000.13   0.01
XYZ48.017274.936879.6436
Yxy74.93680.23700.3699
Hunter Lab86.5660-52.47876.0475
CIE-Lab89.3634-55.93271.4587

#14fcdc color RGB value is (20,252,220).

#14fcdc hex color red value is 20, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #14fcdc hue: 0.48 , saturation: 0.97 and the lightness value of 14fcdc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111100 11011100
Octal 24 374 334
Decimal 20 252 220
Hex 14 FC DC

RGB Percentages of Color #14fcdc

%4.07
%51.22
%44.72

CMYK Percentages of Color #14fcdc

%92
%0
%13
%1

Triadic Colors of #14fcdc

#14fcdc #dc14fc #fcdc14

Analogous Colors of #14fcdc

#14fcdc #14a8fc #14fc68

Monochromatic Colors of #14fcdc

#14fcdc

Complementary Color

#14fcdc #fc1434

#14fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fcdc Color CSS Codes

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

#14fcdc Text Font Color

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

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


#14fcdc Background Color

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

This div background color is #14fcdc


#14fcdc Border Color

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

This div border color is #14fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fcdc


Comments

No comments written yet.

Please login to write comment.