Color Hex Logo

#137252 Color Hex

#137252
(19,114,82)
0 Favorites   0 Comments

Color spaces of #137252

RGB 1911482
HSL0.440.710.26
HSV160°83°45°
CMYK 0.830.000.28   0.55
XYZ7.808912.782310.0383
Yxy12.78230.25490.4173
Hunter Lab35.7523-23.57938.3796
CIE-Lab42.4334-34.504210.3968

#137252 color RGB value is (19,114,82).

#137252 hex color red value is 19, green value is 114 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #137252 hue: 0.44 , saturation: 0.71 and the lightness value of 137252 is 0.26.

The process color (four color CMYK) of #137252 color hex is 0.83, 0.00, 0.28, 0.55. Web safe color of #137252 is #006666. Color #137252 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110010 01010010
Octal 23 162 122
Decimal 19 114 82
Hex 13 72 52

RGB Percentages of Color #137252

%8.84
%53.02
%38.14

CMYK Percentages of Color #137252

%83
%0
%28
%55

Triadic Colors of #137252

#137252 #521372 #725213

Analogous Colors of #137252

#137252 #136372 #137223

Monochromatic Colors of #137252

#137252

Complementary Color

#137252 #721333

#137252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137252 Color CSS Codes

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

#137252 Text Font Color

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

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


#137252 Background Color

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

This div background color is #137252


#137252 Border Color

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

This div border color is #137252


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,114,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #137252; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #137252;
  -webkit-box-shadow: 1px 1px 3px 2px #137252;
  box-shadow:         1px 1px 3px 2px #137252; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137252


Comments

No comments written yet.

Please login to write comment.