Color Hex Logo

#9dc925 Color Hex

#9DC925
(157,201,37)
0 Favorites   0 Comments

Color spaces of #9dc925

RGB 15720137
HSL0.210.690.47
HSV76°82°79°
CMYK 0.220.000.82   0.21
XYZ35.125249.07509.3714
Yxy49.07500.37540.5245
Hunter Lab70.0536-33.092941.1060
CIE-Lab75.4980-35.578769.4516

#9dc925 color RGB value is (157,201,37).

#9dc925 hex color red value is 157, green value is 201 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #9dc925 hue: 0.21 , saturation: 0.69 and the lightness value of 9dc925 is 0.47.

The process color (four color CMYK) of #9dc925 color hex is 0.22, 0.00, 0.82, 0.21. Web safe color of #9dc925 is #99cc33. Color #9dc925 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001001 00100101
Octal 235 311 45
Decimal 157 201 37
Hex 9D C9 25

RGB Percentages of Color #9dc925

%39.75
%50.89
%9.37

CMYK Percentages of Color #9dc925

%22
%0
%82
%21

Triadic Colors of #9dc925

#9dc925 #259dc9 #c9259d

Analogous Colors of #9dc925

#9dc925 #4bc925 #c9a325

Monochromatic Colors of #9dc925

#9dc925

Complementary Color

#9dc925 #5125c9

#9dc925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc925 Color CSS Codes

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

#9dc925 Text Font Color

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

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


#9dc925 Background Color

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

This div background color is #9dc925


#9dc925 Border Color

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

This div border color is #9dc925


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,201,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 #9dc925">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc925


Comments

No comments written yet.

Please login to write comment.