Color Hex Logo

#13de48 Color Hex

#13DE48
(19,222,72)
0 Favorites   0 Comments

Color spaces of #13de48

RGB 1922272
HSL0.380.840.47
HSV136°91°87°
CMYK 0.910.000.68   0.13
XYZ27.559552.848914.8792
Yxy52.84890.28920.5546
Hunter Lab72.6972-59.550938.7530
CIE-Lab77.7857-73.310058.6838

#13de48 color RGB value is (19,222,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011110 01001000
Octal 23 336 110
Decimal 19 222 72
Hex 13 DE 48

RGB Percentages of Color #13de48

%6.07
%70.93
%23.00

CMYK Percentages of Color #13de48

%91
%0
%68
%13

Triadic Colors of #13de48

#13de48 #4813de #de4813

Analogous Colors of #13de48

#13de48 #13deae #43de13

Monochromatic Colors of #13de48

#13de48

Complementary Color

#13de48 #de13a9

#13de48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13de48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13de48 Color CSS Codes

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

#13de48 Text Font Color

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

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


#13de48 Background Color

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

This div background color is #13de48


#13de48 Border Color

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

This div border color is #13de48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13de48


Comments

No comments written yet.

Please login to write comment.