Color Hex Logo

#25c48e Color Hex

#25C48E
(37,196,142)
0 Favorites   0 Comments

Color spaces of #25c48e

RGB 37196142
HSL0.440.680.46
HSV160°81°77°
CMYK 0.810.000.28   0.23
XYZ25.385441.826232.3265
Yxy41.82620.25500.4202
Hunter Lab64.6732-43.113615.6355
CIE-Lab70.7509-51.929416.1479

#25c48e color RGB value is (37,196,142).

#25c48e hex color red value is 37, green value is 196 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #25c48e hue: 0.44 , saturation: 0.68 and the lightness value of 25c48e is 0.46.

The process color (four color CMYK) of #25c48e color hex is 0.81, 0.00, 0.28, 0.23. Web safe color of #25c48e is #33cc99. Color #25c48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11000100 10001110
Octal 45 304 216
Decimal 37 196 142
Hex 25 C4 8E

RGB Percentages of Color #25c48e

%9.87
%52.27
%37.87

CMYK Percentages of Color #25c48e

%81
%0
%28
%23

Triadic Colors of #25c48e

#25c48e #8e25c4 #c48e25

Analogous Colors of #25c48e

#25c48e #25abc4 #25c43f

Monochromatic Colors of #25c48e

#25c48e

Complementary Color

#25c48e #c4255b

#25c48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25c48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25c48e Color CSS Codes

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

#25c48e Text Font Color

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

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


#25c48e Background Color

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

This div background color is #25c48e


#25c48e Border Color

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

This div border color is #25c48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25c48e


Comments

No comments written yet.

Please login to write comment.