Color Hex Logo

#13cdcb Color Hex

#13CDCB
(19,205,203)
0 Favorites   0 Comments

Color spaces of #13cdcb

RGB 19205203
HSL0.500.830.44
HSV179°91°80°
CMYK 0.910.000.01   0.20
XYZ32.879448.112964.0537
Yxy48.11290.22670.3317
Hunter Lab69.3635-36.7742-6.1969
CIE-Lab74.8961-40.8004-10.8636

#13cdcb color RGB value is (19,205,203).

#13cdcb hex color red value is 19, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #13cdcb hue: 0.50 , saturation: 0.83 and the lightness value of 13cdcb is 0.44.

The process color (four color CMYK) of #13cdcb color hex is 0.91, 0.00, 0.01, 0.20. Web safe color of #13cdcb is #00cccc. Color #13cdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11001011
Octal 23 315 313
Decimal 19 205 203
Hex 13 CD CB

RGB Percentages of Color #13cdcb

%4.45
%48.01
%47.54

CMYK Percentages of Color #13cdcb

%91
%0
%1
%20

Triadic Colors of #13cdcb

#13cdcb #cb13cd #cdcb13

Analogous Colors of #13cdcb

#13cdcb #1372cd #13cd6e

Monochromatic Colors of #13cdcb

#13cdcb

Complementary Color

#13cdcb #cd1315

#13cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdcb Color CSS Codes

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

#13cdcb Text Font Color

<p style="color:#13cdcb">Text here</p>

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


#13cdcb Background Color

<div style="background-color:#13cdcb">
Div content here</div>

This div background color is #13cdcb


#13cdcb Border Color

<div style="border:3px solid #13cdcb">
Div here</div>

This div border color is #13cdcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,205,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13cdcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13cdcb;
  -webkit-box-shadow: 1px 1px 3px 2px #13cdcb;
  box-shadow:         1px 1px 3px 2px #13cdcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,205,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 #13cdcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdcb


Comments

No comments written yet.

Please login to write comment.