Color Hex Logo

#13dcb3 Color Hex

#13DCB3
(19,220,179)
0 Favorites   0 Comments

Color spaces of #13dcb3

RGB 19220179
HSL0.470.840.47
HSV168°91°86°
CMYK 0.910.000.19   0.14
XYZ33.998454.579551.3908
Yxy54.57950.24290.3899
Hunter Lab73.8779-47.141210.4714
CIE-Lab78.7984-53.68347.7277

#13dcb3 color RGB value is (19,220,179).

#13dcb3 hex color red value is 19, green value is 220 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #13dcb3 hue: 0.47 , saturation: 0.84 and the lightness value of 13dcb3 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011100 10110011
Octal 23 334 263
Decimal 19 220 179
Hex 13 DC B3

RGB Percentages of Color #13dcb3

%4.55
%52.63
%42.82

CMYK Percentages of Color #13dcb3

%91
%0
%19
%14

Triadic Colors of #13dcb3

#13dcb3 #b313dc #dcb313

Analogous Colors of #13dcb3

#13dcb3 #13a1dc #13dc4f

Monochromatic Colors of #13dcb3

#13dcb3

Complementary Color

#13dcb3 #dc133c

#13dcb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dcb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dcb3 Color CSS Codes

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

#13dcb3 Text Font Color

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

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


#13dcb3 Background Color

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

This div background color is #13dcb3


#13dcb3 Border Color

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

This div border color is #13dcb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dcb3


Comments

No comments written yet.

Please login to write comment.