Color Hex Logo

#25ebba Color Hex

#25EBBA
(37,235,186)
0 Favorites   0 Comments

Color spaces of #25ebba

RGB 37235186
HSL0.460.830.53
HSV165°84°92°
CMYK 0.840.000.21   0.08
XYZ39.334263.355156.6100
Yxy63.35510.24690.3977
Hunter Lab79.5959-51.082913.5491
CIE-Lab83.6289-56.830910.9535

#25ebba color RGB value is (37,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 10111010
Octal 45 353 272
Decimal 37 235 186
Hex 25 EB BA

RGB Percentages of Color #25ebba

%8.08
%51.31
%40.61

CMYK Percentages of Color #25ebba

%84
%0
%21
%8

Triadic Colors of #25ebba

#25ebba #ba25eb #ebba25

Analogous Colors of #25ebba

#25ebba #25b9eb #25eb57

Monochromatic Colors of #25ebba

#25ebba

Complementary Color

#25ebba #eb2556

#25ebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebba Color CSS Codes

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

#25ebba Text Font Color

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

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


#25ebba Background Color

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

This div background color is #25ebba


#25ebba Border Color

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

This div border color is #25ebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebba


Comments

No comments written yet.

Please login to write comment.