Color Hex Logo

#25efb9 Color Hex

#25EFB9
(37,239,185)
0 Favorites   0 Comments

Color spaces of #25efb9

RGB 37239185
HSL0.460.860.54
HSV164°85°94°
CMYK 0.850.000.23   0.06
XYZ40.386465.629156.4380
Yxy65.62910.24860.4040
Hunter Lab81.0118-52.783915.4030
CIE-Lab84.8069-58.615313.1476

#25efb9 color RGB value is (37,239,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101111 10111001
Octal 45 357 271
Decimal 37 239 185
Hex 25 EF B9

RGB Percentages of Color #25efb9

%8.03
%51.84
%40.13

CMYK Percentages of Color #25efb9

%85
%0
%23
%6

Triadic Colors of #25efb9

#25efb9 #b925ef #efb925

Analogous Colors of #25efb9

#25efb9 #25c0ef #25ef54

Monochromatic Colors of #25efb9

#25efb9

Complementary Color

#25efb9 #ef255b

#25efb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25efb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25efb9 Color CSS Codes

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

#25efb9 Text Font Color

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

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


#25efb9 Background Color

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

This div background color is #25efb9


#25efb9 Border Color

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

This div border color is #25efb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25efb9


Comments

No comments written yet.

Please login to write comment.