Color Hex Logo

#25bd6e Color Hex

#25BD6E
(37,189,110)
0 Favorites   0 Comments

Color spaces of #25bd6e

RGB 37189110
HSL0.410.670.44
HSV149°80°74°
CMYK 0.800.000.42   0.26
XYZ21.775037.914320.9224
Yxy37.91430.27010.4703
Hunter Lab61.5746-44.631522.9561
CIE-Lab67.9574-55.940429.3432

#25bd6e color RGB value is (37,189,110).

#25bd6e hex color red value is 37, green value is 189 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #25bd6e hue: 0.41 , saturation: 0.67 and the lightness value of 25bd6e is 0.44.

The process color (four color CMYK) of #25bd6e color hex is 0.80, 0.00, 0.42, 0.26. Web safe color of #25bd6e is #33cc66. Color #25bd6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111101 01101110
Octal 45 275 156
Decimal 37 189 110
Hex 25 BD 6E

RGB Percentages of Color #25bd6e

%11.01
%56.25
%32.74

CMYK Percentages of Color #25bd6e

%80
%0
%42
%26

Triadic Colors of #25bd6e

#25bd6e #6e25bd #bd6e25

Analogous Colors of #25bd6e

#25bd6e #25bdba #28bd25

Monochromatic Colors of #25bd6e

#25bd6e

Complementary Color

#25bd6e #bd2574

#25bd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bd6e Color CSS Codes

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

#25bd6e Text Font Color

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

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


#25bd6e Background Color

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

This div background color is #25bd6e


#25bd6e Border Color

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

This div border color is #25bd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bd6e


Comments

No comments written yet.

Please login to write comment.