Color Hex Logo

#25dbae Color Hex

#25DBAE
(37,219,174)
0 Favorites   0 Comments

Color spaces of #25dbae

RGB 37219174
HSL0.460.720.50
HSV165°83°86°
CMYK 0.830.000.21   0.14
XYZ33.734454.112348.7111
Yxy54.11230.24700.3963
Hunter Lab73.5611-46.873512.2317
CIE-Lab78.5272-53.435210.0150

#25dbae color RGB value is (37,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011011 10101110
Octal 45 333 256
Decimal 37 219 174
Hex 25 DB AE

RGB Percentages of Color #25dbae

%8.60
%50.93
%40.47

CMYK Percentages of Color #25dbae

%83
%0
%21
%14

Triadic Colors of #25dbae

#25dbae #ae25db #dbae25

Analogous Colors of #25dbae

#25dbae #25addb #25db53

Monochromatic Colors of #25dbae

#25dbae

Complementary Color

#25dbae #db2552

#25dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dbae Color CSS Codes

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

#25dbae Text Font Color

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

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


#25dbae Background Color

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

This div background color is #25dbae


#25dbae Border Color

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

This div border color is #25dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dbae


Comments

No comments written yet.

Please login to write comment.