Color Hex Logo

#13e8dd Color Hex

#13E8DD
(19,232,221)
0 Favorites   0 Comments

Color spaces of #13e8dd

RGB 19232221
HSL0.490.850.49
HSV177°92°91°
CMYK 0.920.000.05   0.09
XYZ42.176363.072178.3578
Yxy63.07210.22970.3435
Hunter Lab79.4179-44.1858-2.9060
CIE-Lab83.4803-47.4243-7.7095

#13e8dd color RGB value is (19,232,221).

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

The process color (four color CMYK) of #13e8dd color hex is 0.92, 0.00, 0.05, 0.09. Web safe color of #13e8dd is #00ffcc. Color #13e8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101000 11011101
Octal 23 350 335
Decimal 19 232 221
Hex 13 E8 DD

RGB Percentages of Color #13e8dd

%4.03
%49.15
%46.82

CMYK Percentages of Color #13e8dd

%92
%0
%5
%9

Triadic Colors of #13e8dd

#13e8dd #dd13e8 #e8dd13

Analogous Colors of #13e8dd

#13e8dd #1389e8 #13e873

Monochromatic Colors of #13e8dd

#13e8dd

Complementary Color

#13e8dd #e8131e

#13e8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13e8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13e8dd Color CSS Codes

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

#13e8dd Text Font Color

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

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


#13e8dd Background Color

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

This div background color is #13e8dd


#13e8dd Border Color

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

This div border color is #13e8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13e8dd


Comments

No comments written yet.

Please login to write comment.