Color Hex Logo

#25ebab Color Hex

#25EBAB
(37,235,171)
0 Favorites   0 Comments

Color spaces of #25ebab

RGB 37235171
HSL0.450.830.53
HSV161°84°92°
CMYK 0.840.000.27   0.08
XYZ37.822062.750348.6467
Yxy62.75030.25350.4205
Hunter Lab79.2151-53.399919.0400
CIE-Lab83.3108-60.297518.3302

#25ebab color RGB value is (37,235,171).

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

The process color (four color CMYK) of #25ebab color hex is 0.84, 0.00, 0.27, 0.08. Web safe color of #25ebab is #33ff99. Color #25ebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 10101011
Octal 45 353 253
Decimal 37 235 171
Hex 25 EB AB

RGB Percentages of Color #25ebab

%8.35
%53.05
%38.60

CMYK Percentages of Color #25ebab

%84
%0
%27
%8

Triadic Colors of #25ebab

#25ebab #ab25eb #ebab25

Analogous Colors of #25ebab

#25ebab #25c8eb #25eb48

Monochromatic Colors of #25ebab

#25ebab

Complementary Color

#25ebab #eb2565

#25ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebab Color CSS Codes

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

#25ebab Text Font Color

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

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


#25ebab Background Color

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

This div background color is #25ebab


#25ebab Border Color

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

This div border color is #25ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebab


Comments

No comments written yet.

Please login to write comment.