Color Hex Logo

#25ba1d Color Hex

#25BA1D
(37,186,29)
0 Favorites   0 Comments

Color spaces of #25ba1d

RGB 3718629
HSL0.320.730.42
HSV117°84°73°
CMYK 0.800.000.84   0.27
XYZ18.543635.59987.0565
Yxy35.59980.30300.5817
Hunter Lab59.6656-48.938334.7538
CIE-Lab66.2130-64.372761.4113

#25ba1d color RGB value is (37,186,29).

#25ba1d hex color red value is 37, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #25ba1d hue: 0.32 , saturation: 0.73 and the lightness value of 25ba1d is 0.42.

The process color (four color CMYK) of #25ba1d color hex is 0.80, 0.00, 0.84, 0.27. Web safe color of #25ba1d is #33cc33. Color #25ba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111010 00011101
Octal 45 272 35
Decimal 37 186 29
Hex 25 BA 1D

RGB Percentages of Color #25ba1d

%14.68
%73.81
%11.51

CMYK Percentages of Color #25ba1d

%80
%0
%84
%27

Triadic Colors of #25ba1d

#25ba1d #1d25ba #ba1d25

Analogous Colors of #25ba1d

#25ba1d #1dba64 #74ba1d

Monochromatic Colors of #25ba1d

#25ba1d

Complementary Color

#25ba1d #b21dba

#25ba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ba1d Color CSS Codes

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

#25ba1d Text Font Color

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

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


#25ba1d Background Color

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

This div background color is #25ba1d


#25ba1d Border Color

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

This div border color is #25ba1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,186,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25ba1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25ba1d;
  -webkit-box-shadow: 1px 1px 3px 2px #25ba1d;
  box-shadow:         1px 1px 3px 2px #25ba1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ba1d


Comments

No comments written yet.

Please login to write comment.