Color Hex Logo

#157f25 Color Hex

#157F25
(21,127,37)
0 Favorites   0 Comments

Color spaces of #157f25

RGB 2112737
HSL0.360.720.29
HSV129°83°50°
CMYK 0.830.000.71   0.50
XYZ8.232615.47174.3027
Yxy15.47170.29390.5524
Hunter Lab39.3341-31.474721.0482
CIE-Lab46.2736-47.194739.2458

#157f25 color RGB value is (21,127,37).

#157f25 hex color red value is 21, green value is 127 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #157f25 hue: 0.36 , saturation: 0.72 and the lightness value of 157f25 is 0.29.

The process color (four color CMYK) of #157f25 color hex is 0.83, 0.00, 0.71, 0.50. Web safe color of #157f25 is #006633. Color #157f25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111111 00100101
Octal 25 177 45
Decimal 21 127 37
Hex 15 7F 25

RGB Percentages of Color #157f25

%11.35
%68.65
%20.00

CMYK Percentages of Color #157f25

%83
%0
%71
%50

Triadic Colors of #157f25

#157f25 #25157f #7f2515

Analogous Colors of #157f25

#157f25 #157f5a #3a7f15

Monochromatic Colors of #157f25

#157f25

Complementary Color

#157f25 #7f156f

#157f25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157f25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157f25 Color CSS Codes

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

#157f25 Text Font Color

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

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


#157f25 Background Color

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

This div background color is #157f25


#157f25 Border Color

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

This div border color is #157f25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,127,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157f25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157f25;
  -webkit-box-shadow: 1px 1px 3px 2px #157f25;
  box-shadow:         1px 1px 3px 2px #157f25; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,127,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157f25


Comments

No comments written yet.

Please login to write comment.