Color Hex Logo

#14cbcb Color Hex

#14CBCB
(20,203,203)
0 Favorites   0 Comments

Color spaces of #14cbcb

RGB 20203203
HSL0.500.820.44
HSV180°90°80°
CMYK 0.900.000.00   0.20
XYZ32.423947.172463.8962
Yxy47.17240.22600.3287
Hunter Lab68.6822-35.9264-7.0810
CIE-Lab74.2999-39.8591-11.7540

#14cbcb color RGB value is (20,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001011 11001011
Octal 24 313 313
Decimal 20 203 203
Hex 14 CB CB

RGB Percentages of Color #14cbcb

%4.69
%47.65
%47.65

CMYK Percentages of Color #14cbcb

%90
%0
%0
%20

Triadic Colors of #14cbcb

#14cbcb #cb14cb #cbcb14

Analogous Colors of #14cbcb

#14cbcb #1470cb #14cb70

Monochromatic Colors of #14cbcb

#14cbcb

Complementary Color

#14cbcb #cb1414

#14cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cbcb Color CSS Codes

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

#14cbcb Text Font Color

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

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


#14cbcb Background Color

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

This div background color is #14cbcb


#14cbcb Border Color

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

This div border color is #14cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cbcb


Comments

No comments written yet.

Please login to write comment.