Color Hex Logo

#13ef2f Color Hex

#13EF2F
(19,239,47)
0 Favorites   0 Comments

Color spaces of #13ef2f

RGB 1923947
HSL0.350.870.51
HSV128°92°94°
CMYK 0.920.000.80   0.06
XYZ31.648262.076713.0033
Yxy62.07670.29650.5816
Hunter Lab78.7888-66.179745.3669
CIE-Lab82.9542-79.970672.1201

#13ef2f color RGB value is (19,239,47).

#13ef2f hex color red value is 19, green value is 239 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #13ef2f hue: 0.35 , saturation: 0.87 and the lightness value of 13ef2f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 00101111
Octal 23 357 57
Decimal 19 239 47
Hex 13 EF 2F

RGB Percentages of Color #13ef2f

%6.23
%78.36
%15.41

CMYK Percentages of Color #13ef2f

%92
%0
%80
%6

Triadic Colors of #13ef2f

#13ef2f #2f13ef #ef2f13

Analogous Colors of #13ef2f

#13ef2f #13ef9d #65ef13

Monochromatic Colors of #13ef2f

#13ef2f

Complementary Color

#13ef2f #ef13d3

#13ef2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ef2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ef2f Color CSS Codes

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

#13ef2f Text Font Color

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

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


#13ef2f Background Color

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

This div background color is #13ef2f


#13ef2f Border Color

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

This div border color is #13ef2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ef2f


Comments

No comments written yet.

Please login to write comment.