Color Hex Logo

#25d485 Color Hex

#25D485
(37,212,133)
0 Favorites   0 Comments

Color spaces of #25d485

RGB 37212133
HSL0.420.700.49
HSV153°83°83°
CMYK 0.830.000.37   0.17
XYZ28.540149.173730.1776
Yxy49.17370.26450.4558
Hunter Lab70.1240-50.068323.5715
CIE-Lab75.5593-59.833827.4626

#25d485 color RGB value is (37,212,133).

#25d485 hex color red value is 37, green value is 212 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #25d485 hue: 0.42 , saturation: 0.70 and the lightness value of 25d485 is 0.49.

The process color (four color CMYK) of #25d485 color hex is 0.83, 0.00, 0.37, 0.17. Web safe color of #25d485 is #33cc99. Color #25d485 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11010100 10000101
Octal 45 324 205
Decimal 37 212 133
Hex 25 D4 85

RGB Percentages of Color #25d485

%9.69
%55.50
%34.82

CMYK Percentages of Color #25d485

%83
%0
%37
%17

Triadic Colors of #25d485

#25d485 #8525d4 #d48525

Analogous Colors of #25d485

#25d485 #25ccd4 #25d42e

Monochromatic Colors of #25d485

#25d485

Complementary Color

#25d485 #d42574

#25d485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25d485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25d485 Color CSS Codes

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

#25d485 Text Font Color

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

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


#25d485 Background Color

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

This div background color is #25d485


#25d485 Border Color

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

This div border color is #25d485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25d485


Comments

No comments written yet.

Please login to write comment.