Color Hex Logo

#14cfc8 Color Hex

#14CFC8
(20,207,200)
0 Favorites   0 Comments

Color spaces of #14cfc8

RGB 20207200
HSL0.490.820.45
HSV178°90°81°
CMYK 0.900.000.03   0.19
XYZ33.026648.944562.3501
Yxy48.94450.22880.3391
Hunter Lab69.9603-38.1650-3.8682
CIE-Lab75.4168-42.5218-8.4668

#14cfc8 color RGB value is (20,207,200).

#14cfc8 hex color red value is 20, green value is 207 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #14cfc8 hue: 0.49 , saturation: 0.82 and the lightness value of 14cfc8 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001111 11001000
Octal 24 317 310
Decimal 20 207 200
Hex 14 CF C8

RGB Percentages of Color #14cfc8

%4.68
%48.48
%46.84

CMYK Percentages of Color #14cfc8

%90
%0
%3
%19

Triadic Colors of #14cfc8

#14cfc8 #c814cf #cfc814

Analogous Colors of #14cfc8

#14cfc8 #1479cf #14cf6b

Monochromatic Colors of #14cfc8

#14cfc8

Complementary Color

#14cfc8 #cf141b

#14cfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cfc8 Color CSS Codes

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

#14cfc8 Text Font Color

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

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


#14cfc8 Background Color

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

This div background color is #14cfc8


#14cfc8 Border Color

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

This div border color is #14cfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cfc8


Comments

No comments written yet.

Please login to write comment.