Color Hex Logo

#13cf77 Color Hex

#13CF77
(19,207,119)
0 Favorites   0 Comments

Color spaces of #13cf77

RGB 19207119
HSL0.420.830.44
HSV152°91°81°
CMYK 0.910.000.43   0.19
XYZ25.911246.096024.9845
Yxy46.09600.26710.4753
Hunter Lab67.8940-50.691525.7075
CIE-Lab73.6078-62.035432.0533

#13cf77 color RGB value is (19,207,119).

#13cf77 hex color red value is 19, green value is 207 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #13cf77 hue: 0.42 , saturation: 0.83 and the lightness value of 13cf77 is 0.44.

The process color (four color CMYK) of #13cf77 color hex is 0.91, 0.00, 0.43, 0.19. Web safe color of #13cf77 is #00cc66. Color #13cf77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001111 01110111
Octal 23 317 167
Decimal 19 207 119
Hex 13 CF 77

RGB Percentages of Color #13cf77

%5.51
%60.00
%34.49

CMYK Percentages of Color #13cf77

%91
%0
%43
%19

Triadic Colors of #13cf77

#13cf77 #7713cf #cf7713

Analogous Colors of #13cf77

#13cf77 #13c9cf #13cf19

Monochromatic Colors of #13cf77

#13cf77

Complementary Color

#13cf77 #cf136b

#13cf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cf77 Color CSS Codes

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

#13cf77 Text Font Color

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

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


#13cf77 Background Color

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

This div background color is #13cf77


#13cf77 Border Color

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

This div border color is #13cf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cf77


Comments

No comments written yet.

Please login to write comment.