Color Hex Logo

#13dcbe Color Hex

#13DCBE
(19,220,190)
0 Favorites   0 Comments

Color spaces of #13dcbe

RGB 19220190
HSL0.480.840.47
HSV171°91°86°
CMYK 0.910.000.14   0.14
XYZ35.156055.042657.4866
Yxy55.04260.23800.3727
Hunter Lab74.1907-45.24975.9927
CIE-Lab79.0658-50.85242.2603

#13dcbe color RGB value is (19,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011100 10111110
Octal 23 334 276
Decimal 19 220 190
Hex 13 DC BE

RGB Percentages of Color #13dcbe

%4.43
%51.28
%44.29

CMYK Percentages of Color #13dcbe

%91
%0
%14
%14

Triadic Colors of #13dcbe

#13dcbe #be13dc #dcbe13

Analogous Colors of #13dcbe

#13dcbe #1396dc #13dc5a

Monochromatic Colors of #13dcbe

#13dcbe

Complementary Color

#13dcbe #dc1331

#13dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dcbe Color CSS Codes

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

#13dcbe Text Font Color

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

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


#13dcbe Background Color

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

This div background color is #13dcbe


#13dcbe Border Color

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

This div border color is #13dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dcbe


Comments

No comments written yet.

Please login to write comment.