Color Hex Logo

#13e08b Color Hex

#13E08B
(19,224,139)
0 Favorites   0 Comments

Color spaces of #13e08b

RGB 19224139
HSL0.430.840.48
HSV155°92°88°
CMYK 0.920.000.38   0.12
XYZ31.584455.313833.4381
Yxy55.31380.26250.4597
Hunter Lab74.3732-54.348825.4046
CIE-Lab79.2217-64.115229.2405

#13e08b color RGB value is (19,224,139).

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

The process color (four color CMYK) of #13e08b color hex is 0.92, 0.00, 0.38, 0.12. Web safe color of #13e08b is #00cc99. Color #13e08b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11100000 10001011
Octal 23 340 213
Decimal 19 224 139
Hex 13 E0 8B

RGB Percentages of Color #13e08b

%4.97
%58.64
%36.39

CMYK Percentages of Color #13e08b

%92
%0
%38
%12

Triadic Colors of #13e08b

#13e08b #8b13e0 #e08b13

Analogous Colors of #13e08b

#13e08b #13cfe0 #13e025

Monochromatic Colors of #13e08b

#13e08b

Complementary Color

#13e08b #e01368

#13e08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13e08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13e08b Color CSS Codes

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

#13e08b Text Font Color

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

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


#13e08b Background Color

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

This div background color is #13e08b


#13e08b Border Color

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

This div border color is #13e08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13e08b


Comments

No comments written yet.

Please login to write comment.