Color Hex Logo

#25dfaf Color Hex

#25DFAF
(37,223,175)
0 Favorites   0 Comments

Color spaces of #25dfaf

RGB 37223175
HSL0.460.740.51
HSV165°83°87°
CMYK 0.830.000.22   0.13
XYZ34.888556.263849.5786
Yxy56.26380.24790.3998
Hunter Lab75.0092-48.241713.3177
CIE-Lab79.7637-54.773311.2443

#25dfaf color RGB value is (37,223,175).

#25dfaf hex color red value is 37, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #25dfaf hue: 0.46 , saturation: 0.74 and the lightness value of 25dfaf is 0.51.

The process color (four color CMYK) of #25dfaf color hex is 0.83, 0.00, 0.22, 0.13. Web safe color of #25dfaf is #33cc99. Color #25dfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011111 10101111
Octal 45 337 257
Decimal 37 223 175
Hex 25 DF AF

RGB Percentages of Color #25dfaf

%8.51
%51.26
%40.23

CMYK Percentages of Color #25dfaf

%83
%0
%22
%13

Triadic Colors of #25dfaf

#25dfaf #af25df #dfaf25

Analogous Colors of #25dfaf

#25dfaf #25b2df #25df52

Monochromatic Colors of #25dfaf

#25dfaf

Complementary Color

#25dfaf #df2555

#25dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dfaf Color CSS Codes

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

#25dfaf Text Font Color

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

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


#25dfaf Background Color

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

This div background color is #25dfaf


#25dfaf Border Color

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

This div border color is #25dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dfaf


Comments

No comments written yet.

Please login to write comment.