Color Hex Logo

#13c65f Color Hex

#13C65F
(19,198,95)
0 Favorites   0 Comments

Color spaces of #13c65f

RGB 1919895
HSL0.400.820.43
HSV145°90°78°
CMYK 0.900.000.52   0.22
XYZ22.528241.352817.6210
Yxy41.35280.27640.5074
Hunter Lab64.3061-50.002328.7678
CIE-Lab70.4224-63.077740.0141

#13c65f color RGB value is (19,198,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11000110 01011111
Octal 23 306 137
Decimal 19 198 95
Hex 13 C6 5F

RGB Percentages of Color #13c65f

%6.09
%63.46
%30.45

CMYK Percentages of Color #13c65f

%90
%0
%52
%22

Triadic Colors of #13c65f

#13c65f #5f13c6 #c65f13

Analogous Colors of #13c65f

#13c65f #13c6b9 #20c613

Monochromatic Colors of #13c65f

#13c65f

Complementary Color

#13c65f #c6137a

#13c65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13c65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13c65f Color CSS Codes

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

#13c65f Text Font Color

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

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


#13c65f Background Color

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

This div background color is #13c65f


#13c65f Border Color

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

This div border color is #13c65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13c65f


Comments

No comments written yet.

Please login to write comment.