Color Hex Logo

#25ebac Color Hex

#25EBAC
(37,235,172)
0 Favorites   0 Comments

Color spaces of #25ebac

RGB 37235172
HSL0.450.830.53
HSV161°84°92°
CMYK 0.840.000.27   0.08
XYZ37.917762.788549.1507
Yxy62.78850.25300.4190
Hunter Lab79.2392-53.252418.6909
CIE-Lab83.3310-60.074417.8387

#25ebac color RGB value is (37,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 10101100
Octal 45 353 254
Decimal 37 235 172
Hex 25 EB AC

RGB Percentages of Color #25ebac

%8.33
%52.93
%38.74

CMYK Percentages of Color #25ebac

%84
%0
%27
%8

Triadic Colors of #25ebac

#25ebac #ac25eb #ebac25

Analogous Colors of #25ebac

#25ebac #25c7eb #25eb49

Monochromatic Colors of #25ebac

#25ebac

Complementary Color

#25ebac #eb2564

#25ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebac Color CSS Codes

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

#25ebac Text Font Color

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

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


#25ebac Background Color

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

This div background color is #25ebac


#25ebac Border Color

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

This div border color is #25ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebac


Comments

No comments written yet.

Please login to write comment.