Color Hex Logo

#14ffcc Color Hex

#14FFCC
(20,255,204)
0 Favorites   0 Comments

Color spaces of #14ffcc

RGB 20255204
HSL0.461.000.54
HSV167°92°100°
CMYK 0.920.000.20   0.00
XYZ46.947676.028469.3273
Yxy76.02840.24410.3954
Hunter Lab87.1943-56.481013.8951
CIE-Lab89.8725-61.106410.4796

#14ffcc color RGB value is (20,255,204).

#14ffcc hex color red value is 20, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #14ffcc hue: 0.46 , saturation: 1.00 and the lightness value of 14ffcc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111111 11001100
Octal 24 377 314
Decimal 20 255 204
Hex 14 FF CC

RGB Percentages of Color #14ffcc

%4.18
%53.24
%42.59

CMYK Percentages of Color #14ffcc

%92
%0
%20
%0

Triadic Colors of #14ffcc

#14ffcc #cc14ff #ffcc14

Analogous Colors of #14ffcc

#14ffcc #14bdff #14ff57

Monochromatic Colors of #14ffcc

#14ffcc

Complementary Color

#14ffcc #ff1447

#14ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ffcc Color CSS Codes

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

#14ffcc Text Font Color

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

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


#14ffcc Background Color

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

This div background color is #14ffcc


#14ffcc Border Color

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

This div border color is #14ffcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,255,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 #14ffcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.