Color Hex Logo

#14c6ca Color Hex

#14C6CA
(20,198,202)
0 Favorites   0 Comments

Color spaces of #14c6ca

RGB 20198202
HSL0.500.820.44
HSV181°90°79°
CMYK 0.900.020.00   0.21
XYZ31.143244.801262.8832
Yxy44.80120.22430.3227
Hunter Lab66.9337-34.0807-8.8485
CIE-Lab72.7608-37.8867-13.5181

#14c6ca color RGB value is (20,198,202).

#14c6ca hex color red value is 20, green value is 198 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #14c6ca hue: 0.50 , saturation: 0.82 and the lightness value of 14c6ca is 0.44.

The process color (four color CMYK) of #14c6ca color hex is 0.90, 0.02, 0.00, 0.21. Web safe color of #14c6ca is #00cccc. Color #14c6ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11000110 11001010
Octal 24 306 312
Decimal 20 198 202
Hex 14 C6 CA

RGB Percentages of Color #14c6ca

%4.76
%47.14
%48.10

CMYK Percentages of Color #14c6ca

%90
%2
%0
%21

Triadic Colors of #14c6ca

#14c6ca #ca14c6 #c6ca14

Analogous Colors of #14c6ca

#14c6ca #146bca #14ca73

Monochromatic Colors of #14c6ca

#14c6ca

Complementary Color

#14c6ca #ca1814

#14c6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14c6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14c6ca Color CSS Codes

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

#14c6ca Text Font Color

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

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


#14c6ca Background Color

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

This div background color is #14c6ca


#14c6ca Border Color

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

This div border color is #14c6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14c6ca


Comments

No comments written yet.

Please login to write comment.