Color Hex Logo

#13d533 Color Hex

#13D533
(19,213,51)
0 Favorites   0 Comments

Color spaces of #13d533

RGB 1921351
HSL0.360.840.45
HSV130°91°84°
CMYK 0.910.000.76   0.16
XYZ24.660347.966011.0906
Yxy47.96600.29460.5730
Hunter Lab69.2575-57.642738.9858
CIE-Lab74.8035-72.492763.1545

#13d533 color RGB value is (19,213,51).

#13d533 hex color red value is 19, green value is 213 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #13d533 hue: 0.36 , saturation: 0.84 and the lightness value of 13d533 is 0.45.

The process color (four color CMYK) of #13d533 color hex is 0.91, 0.00, 0.76, 0.16. Web safe color of #13d533 is #00cc33. Color #13d533 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11010101 00110011
Octal 23 325 63
Decimal 19 213 51
Hex 13 D5 33

RGB Percentages of Color #13d533

%6.71
%75.27
%18.02

CMYK Percentages of Color #13d533

%91
%0
%76
%16

Triadic Colors of #13d533

#13d533 #3313d5 #d53313

Analogous Colors of #13d533

#13d533 #13d594 #54d513

Monochromatic Colors of #13d533

#13d533

Complementary Color

#13d533 #d513b5

#13d533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d533 Color CSS Codes

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

#13d533 Text Font Color

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

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


#13d533 Background Color

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

This div background color is #13d533


#13d533 Border Color

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

This div border color is #13d533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d533


Comments

No comments written yet.

Please login to write comment.