Color Hex Logo

#25dbaf Color Hex

#25DBAF
(37,219,175)
0 Favorites   0 Comments

Color spaces of #25dbaf

RGB 37219175
HSL0.460.720.50
HSV165°83°86°
CMYK 0.830.000.20   0.14
XYZ33.832354.151549.2266
Yxy54.15150.24660.3947
Hunter Lab73.5877-46.712211.8493
CIE-Lab78.5500-53.19159.5167

#25dbaf color RGB value is (37,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011011 10101111
Octal 45 333 257
Decimal 37 219 175
Hex 25 DB AF

RGB Percentages of Color #25dbaf

%8.58
%50.81
%40.60

CMYK Percentages of Color #25dbaf

%83
%0
%20
%14

Triadic Colors of #25dbaf

#25dbaf #af25db #dbaf25

Analogous Colors of #25dbaf

#25dbaf #25acdb #25db54

Monochromatic Colors of #25dbaf

#25dbaf

Complementary Color

#25dbaf #db2551

#25dbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dbaf Color CSS Codes

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

#25dbaf Text Font Color

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

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


#25dbaf Background Color

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

This div background color is #25dbaf


#25dbaf Border Color

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

This div border color is #25dbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,219,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 #25dbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dbaf


Comments

No comments written yet.

Please login to write comment.