Color Hex Logo

#25e0ab Color Hex

#25E0AB
(37,224,171)
0 Favorites   0 Comments

Color spaces of #25e0ab

RGB 37224171
HSL0.450.750.51
HSV163°83°88°
CMYK 0.830.000.24   0.12
XYZ34.769356.644947.6291
Yxy56.64490.25010.4074
Hunter Lab75.2628-49.247915.1630
CIE-Lab79.9795-56.111413.6600

#25e0ab color RGB value is (37,224,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11100000 10101011
Octal 45 340 253
Decimal 37 224 171
Hex 25 E0 AB

RGB Percentages of Color #25e0ab

%8.56
%51.85
%39.58

CMYK Percentages of Color #25e0ab

%83
%0
%24
%12

Triadic Colors of #25e0ab

#25e0ab #ab25e0 #e0ab25

Analogous Colors of #25e0ab

#25e0ab #25b8e0 #25e04e

Monochromatic Colors of #25e0ab

#25e0ab

Complementary Color

#25e0ab #e0255a

#25e0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25e0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25e0ab Color CSS Codes

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

#25e0ab Text Font Color

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

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


#25e0ab Background Color

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

This div background color is #25e0ab


#25e0ab Border Color

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

This div border color is #25e0ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,224,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 #25e0ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25e0ab


Comments

No comments written yet.

Please login to write comment.