Color Hex Logo

#25b484 Color Hex

#25B484
(37,180,132)
0 Favorites   0 Comments

Color spaces of #25b484

RGB 37180132
HSL0.440.660.43
HSV160°79°71°
CMYK 0.790.000.27   0.29
XYZ21.249134.701827.4080
Yxy34.70180.25490.4163
Hunter Lab58.9082-38.701713.6501
CIE-Lab65.5158-47.899614.2642

#25b484 color RGB value is (37,180,132).

#25b484 hex color red value is 37, green value is 180 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #25b484 hue: 0.44 , saturation: 0.66 and the lightness value of 25b484 is 0.43.

The process color (four color CMYK) of #25b484 color hex is 0.79, 0.00, 0.27, 0.29. Web safe color of #25b484 is #33cc99. Color #25b484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10110100 10000100
Octal 45 264 204
Decimal 37 180 132
Hex 25 B4 84

RGB Percentages of Color #25b484

%10.60
%51.58
%37.82

CMYK Percentages of Color #25b484

%79
%0
%27
%29

Triadic Colors of #25b484

#25b484 #8425b4 #b48425

Analogous Colors of #25b484

#25b484 #259db4 #25b43d

Monochromatic Colors of #25b484

#25b484

Complementary Color

#25b484 #b42555

#25b484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25b484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25b484 Color CSS Codes

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

#25b484 Text Font Color

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

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


#25b484 Background Color

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

This div background color is #25b484


#25b484 Border Color

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

This div border color is #25b484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25b484


Comments

No comments written yet.

Please login to write comment.