Color Hex Logo

#13ddbe Color Hex

#13DDBE
(19,221,190)
0 Favorites   0 Comments

Color spaces of #13ddbe

RGB 19221190
HSL0.470.840.47
HSV171°91°87°
CMYK 0.910.000.14   0.13
XYZ35.419355.569157.5743
Yxy55.56910.23840.3740
Hunter Lab74.5447-45.64046.3889
CIE-Lab79.3679-51.26102.6991

#13ddbe color RGB value is (19,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011101 10111110
Octal 23 335 276
Decimal 19 221 190
Hex 13 DD BE

RGB Percentages of Color #13ddbe

%4.42
%51.40
%44.19

CMYK Percentages of Color #13ddbe

%91
%0
%14
%13

Triadic Colors of #13ddbe

#13ddbe #be13dd #ddbe13

Analogous Colors of #13ddbe

#13ddbe #1397dd #13dd59

Monochromatic Colors of #13ddbe

#13ddbe

Complementary Color

#13ddbe #dd1332

#13ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ddbe Color CSS Codes

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

#13ddbe Text Font Color

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

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


#13ddbe Background Color

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

This div background color is #13ddbe


#13ddbe Border Color

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

This div border color is #13ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ddbe


Comments

No comments written yet.

Please login to write comment.