Color Hex Logo

#25c89e Color Hex

#25C89E
(37,200,158)
0 Favorites   0 Comments

Color spaces of #25c89e

RGB 37200158
HSL0.460.690.46
HSV165°82°78°
CMYK 0.820.000.21   0.22
XYZ27.588844.170539.4194
Yxy44.17050.24810.3973
Hunter Lab66.4609-42.208811.3564
CIE-Lab72.3423-49.72989.7711

#25c89e color RGB value is (37,200,158).

#25c89e hex color red value is 37, green value is 200 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #25c89e hue: 0.46 , saturation: 0.69 and the lightness value of 25c89e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11001000 10011110
Octal 45 310 236
Decimal 37 200 158
Hex 25 C8 9E

RGB Percentages of Color #25c89e

%9.37
%50.63
%40.00

CMYK Percentages of Color #25c89e

%82
%0
%21
%22

Triadic Colors of #25c89e

#25c89e #9e25c8 #c89e25

Analogous Colors of #25c89e

#25c89e #25a1c8 #25c84d

Monochromatic Colors of #25c89e

#25c89e

Complementary Color

#25c89e #c8254f

#25c89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25c89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25c89e Color CSS Codes

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

#25c89e Text Font Color

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

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


#25c89e Background Color

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

This div background color is #25c89e


#25c89e Border Color

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

This div border color is #25c89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25c89e


Comments

No comments written yet.

Please login to write comment.