Color Hex Logo

#13eb24 Color Hex

#13EB24
(19,235,36)
0 Favorites   0 Comments

Color spaces of #13eb24

RGB 1923536
HSL0.350.850.50
HSV125°92°92°
CMYK 0.920.000.85   0.08
XYZ30.295359.682511.5922
Yxy59.68250.29830.5876
Hunter Lab77.2544-65.196645.1815
CIE-Lab81.6653-79.425473.5979

#13eb24 color RGB value is (19,235,36).

#13eb24 hex color red value is 19, green value is 235 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #13eb24 hue: 0.35 , saturation: 0.85 and the lightness value of 13eb24 is 0.50.

The process color (four color CMYK) of #13eb24 color hex is 0.92, 0.00, 0.85, 0.08. Web safe color of #13eb24 is #00ff33. Color #13eb24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 00100100
Octal 23 353 44
Decimal 19 235 36
Hex 13 EB 24

RGB Percentages of Color #13eb24

%6.55
%81.03
%12.41

CMYK Percentages of Color #13eb24

%92
%0
%85
%8

Triadic Colors of #13eb24

#13eb24 #2413eb #eb2413

Analogous Colors of #13eb24

#13eb24 #13eb90 #6eeb13

Monochromatic Colors of #13eb24

#13eb24

Complementary Color

#13eb24 #eb13da

#13eb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eb24 Color CSS Codes

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

#13eb24 Text Font Color

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

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


#13eb24 Background Color

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

This div background color is #13eb24


#13eb24 Border Color

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

This div border color is #13eb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eb24


Comments

No comments written yet.

Please login to write comment.