Color Hex Logo

#25e1ab Color Hex

#25E1AB
(37,225,171)
0 Favorites   0 Comments

Color spaces of #25e1ab

RGB 37225171
HSL0.450.760.51
HSV163°84°88°
CMYK 0.840.000.24   0.12
XYZ35.038857.184047.7190
Yxy57.18400.25040.4086
Hunter Lab75.6201-49.626715.5200
CIE-Lab80.2830-56.498114.0879

#25e1ab color RGB value is (37,225,171).

#25e1ab hex color red value is 37, green value is 225 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #25e1ab hue: 0.45 , saturation: 0.76 and the lightness value of 25e1ab is 0.51.

The process color (four color CMYK) of #25e1ab color hex is 0.84, 0.00, 0.24, 0.12. Web safe color of #25e1ab is #33cc99. Color #25e1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11100001 10101011
Octal 45 341 253
Decimal 37 225 171
Hex 25 E1 AB

RGB Percentages of Color #25e1ab

%8.55
%51.96
%39.49

CMYK Percentages of Color #25e1ab

%84
%0
%24
%12

Triadic Colors of #25e1ab

#25e1ab #ab25e1 #e1ab25

Analogous Colors of #25e1ab

#25e1ab #25b9e1 #25e14d

Monochromatic Colors of #25e1ab

#25e1ab

Complementary Color

#25e1ab #e1255b

#25e1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25e1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25e1ab Color CSS Codes

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

#25e1ab Text Font Color

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

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


#25e1ab Background Color

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

This div background color is #25e1ab


#25e1ab Border Color

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

This div border color is #25e1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25e1ab


Comments

No comments written yet.

Please login to write comment.