Color Hex Logo

#25ca5d Color Hex

#25CA5D
(37,202,93)
0 Favorites   0 Comments

Color spaces of #25ca5d

RGB 3720293
HSL0.390.690.47
HSV140°82°79°
CMYK 0.820.000.54   0.21
XYZ23.859343.424717.4802
Yxy43.42470.28150.5123
Hunter Lab65.8974-50.691530.4007
CIE-Lab71.8423-63.219842.7532

#25ca5d color RGB value is (37,202,93).

#25ca5d hex color red value is 37, green value is 202 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #25ca5d hue: 0.39 , saturation: 0.69 and the lightness value of 25ca5d is 0.47.

The process color (four color CMYK) of #25ca5d color hex is 0.82, 0.00, 0.54, 0.21. Web safe color of #25ca5d is #33cc66. Color #25ca5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001010 01011101
Octal 45 312 135
Decimal 37 202 93
Hex 25 CA 5D

RGB Percentages of Color #25ca5d

%11.14
%60.84
%28.01

CMYK Percentages of Color #25ca5d

%82
%0
%54
%21

Triadic Colors of #25ca5d

#25ca5d #5d25ca #ca5d25

Analogous Colors of #25ca5d

#25ca5d #25cab0 #3fca25

Monochromatic Colors of #25ca5d

#25ca5d

Complementary Color

#25ca5d #ca2592

#25ca5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ca5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ca5d Color CSS Codes

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

#25ca5d Text Font Color

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

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


#25ca5d Background Color

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

This div background color is #25ca5d


#25ca5d Border Color

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

This div border color is #25ca5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ca5d


Comments

No comments written yet.

Please login to write comment.