Color Hex Logo

#25eabb Color Hex

#25EABB
(37,234,187)
0 Favorites   0 Comments

Color spaces of #25eabb

RGB 37234187
HSL0.460.820.53
HSV166°84°92°
CMYK 0.840.000.20   0.08
XYZ39.155462.826857.0768
Yxy62.82680.24620.3950
Hunter Lab79.2634-50.533512.7902
CIE-Lab83.3512-56.199410.0339

#25eabb color RGB value is (37,234,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101010 10111011
Octal 45 352 273
Decimal 37 234 187
Hex 25 EA BB

RGB Percentages of Color #25eabb

%8.08
%51.09
%40.83

CMYK Percentages of Color #25eabb

%84
%0
%20
%8

Triadic Colors of #25eabb

#25eabb #bb25ea #eabb25

Analogous Colors of #25eabb

#25eabb #25b7ea #25ea59

Monochromatic Colors of #25eabb

#25eabb

Complementary Color

#25eabb #ea2554

#25eabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25eabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25eabb Color CSS Codes

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

#25eabb Text Font Color

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

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


#25eabb Background Color

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

This div background color is #25eabb


#25eabb Border Color

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

This div border color is #25eabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25eabb


Comments

No comments written yet.

Please login to write comment.