Color Hex Logo

#25efbe Color Hex

#25EFBE
(37,239,190)
0 Favorites   0 Comments

Color spaces of #25efbe

RGB 37239190
HSL0.460.860.54
HSV165°85°94°
CMYK 0.850.000.21   0.06
XYZ40.923765.844059.2675
Yxy65.84400.24650.3966
Hunter Lab81.1443-51.979213.4958
CIE-Lab84.9168-57.429410.6960

#25efbe color RGB value is (37,239,190).

#25efbe hex color red value is 37, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #25efbe hue: 0.46 , saturation: 0.86 and the lightness value of 25efbe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101111 10111110
Octal 45 357 276
Decimal 37 239 190
Hex 25 EF BE

RGB Percentages of Color #25efbe

%7.94
%51.29
%40.77

CMYK Percentages of Color #25efbe

%85
%0
%21
%6

Triadic Colors of #25efbe

#25efbe #be25ef #efbe25

Analogous Colors of #25efbe

#25efbe #25bbef #25ef59

Monochromatic Colors of #25efbe

#25efbe

Complementary Color

#25efbe #ef2556

#25efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#25efbe Color CSS Codes

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

#25efbe Text Font Color

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

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


#25efbe Background Color

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

This div background color is #25efbe


#25efbe Border Color

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

This div border color is #25efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25efbe


Comments

No comments written yet.

Please login to write comment.