color codes Logo

#13d838 color codes

#13D838
(19,216,56)
0 Favorites   0 Comments

Color spaces of #13d838

RGB 1921656
HSL0.360.840.46
HSV131°91°85°
CMYK 0.910.000.74   0.15
XYZ25.538249.535711.9567
Yxy49.53570.29340.5692
Hunter Lab70.3816-58.398539.1947
CIE-Lab75.7834-72.976362.4733

#13d838 color RGB value is (19,216,56).

#13d838 hex color red value is 19, green value is 216 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #13d838 hue: 0.36 , saturation: 0.84 and the lightness value of 13d838 is 0.46.

The process color (four color CMYK) of #13d838 color code is 0.91, 0.00, 0.74, 0.15. Web safe color of #13d838 is #00cc33. Color #13d838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011000 00111000
Octal 23 330 70
Decimal 19 216 56
Hex 13 D8 38

RGB Percentages of Color #13d838

%6.53
%74.23
%19.24

CMYK Percentages of Color #13d838

%91
%0
%74
%15

Triadic Colors of #13d838

#13d838 #3813d8 #d83813

Analogous Colors of #13d838

#13d838 #13d89b #51d813

Monochromatic Colors of #13d838

#13d838

Complementary Color

#13d838 #d813b3

#13d838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13d838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13d838 Color CSS Codes

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

#13d838 Text Font Color

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

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


#13d838 Background Color

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

This div background color is #13d838


#13d838 Border Color

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

This div border color is #13d838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13d838


Comments

No comments written yet.

Please login to write comment.