Color Hex Logo

#13bb74 Color Hex

#13BB74
(19,187,116)
0 Favorites   0 Comments

Color spaces of #13bb74

RGB 19187116
HSL0.430.820.40
HSV155°90°73°
CMYK 0.900.000.38   0.27
XYZ21.191336.940022.5362
Yxy36.94000.26270.4579
Hunter Lab60.7783-44.125220.5604
CIE-Lab67.2320-55.572225.1983

#13bb74 color RGB value is (19,187,116).

#13bb74 hex color red value is 19, green value is 187 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #13bb74 hue: 0.43 , saturation: 0.82 and the lightness value of 13bb74 is 0.40.

The process color (four color CMYK) of #13bb74 color hex is 0.90, 0.00, 0.38, 0.27. Web safe color of #13bb74 is #00cc66. Color #13bb74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111011 01110100
Octal 23 273 164
Decimal 19 187 116
Hex 13 BB 74

RGB Percentages of Color #13bb74

%5.90
%58.07
%36.02

CMYK Percentages of Color #13bb74

%90
%0
%38
%27

Triadic Colors of #13bb74

#13bb74 #7413bb #bb7413

Analogous Colors of #13bb74

#13bb74 #13aebb #13bb20

Monochromatic Colors of #13bb74

#13bb74

Complementary Color

#13bb74 #bb135a

#13bb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bb74 Color CSS Codes

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

#13bb74 Text Font Color

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

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


#13bb74 Background Color

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

This div background color is #13bb74


#13bb74 Border Color

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

This div border color is #13bb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bb74


Comments

No comments written yet.

Please login to write comment.