Color Hex Logo

#25efaa Color Hex

#25EFAA
(37,239,170)
0 Favorites   0 Comments

Color spaces of #25efaa

RGB 37239170
HSL0.440.860.54
HSV160°85°94°
CMYK 0.850.000.29   0.06
XYZ38.885165.028648.5325
Yxy65.02860.25510.4266
Hunter Lab80.6403-55.047120.7652
CIE-Lab84.4985-62.002720.4976

#25efaa color RGB value is (37,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101111 10101010
Octal 45 357 252
Decimal 37 239 170
Hex 25 EF AA

RGB Percentages of Color #25efaa

%8.30
%53.59
%38.12

CMYK Percentages of Color #25efaa

%85
%0
%29
%6

Triadic Colors of #25efaa

#25efaa #aa25ef #efaa25

Analogous Colors of #25efaa

#25efaa #25cfef #25ef45

Monochromatic Colors of #25efaa

#25efaa

Complementary Color

#25efaa #ef256a

#25efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#25efaa Color CSS Codes

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

#25efaa Text Font Color

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

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


#25efaa Background Color

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

This div background color is #25efaa


#25efaa Border Color

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

This div border color is #25efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25efaa


Comments

No comments written yet.

Please login to write comment.