Color Hex Logo

#25eada Color Hex

#25EADA
(37,234,218)
0 Favorites   0 Comments

Color spaces of #25eada

RGB 37234218
HSL0.490.820.53
HSV175°84°92°
CMYK 0.840.000.07   0.08
XYZ42.840764.300976.4830
Yxy64.30090.23330.3502
Hunter Lab80.1878-44.9643-0.4192
CIE-Lab84.1222-48.1989-5.1618

#25eada color RGB value is (37,234,218).

#25eada hex color red value is 37, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #25eada hue: 0.49 , saturation: 0.82 and the lightness value of 25eada is 0.53.

The process color (four color CMYK) of #25eada color hex is 0.84, 0.00, 0.07, 0.08. Web safe color of #25eada is #33ffcc. Color #25eada contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101010 11011010
Octal 45 352 332
Decimal 37 234 218
Hex 25 EA DA

RGB Percentages of Color #25eada

%7.57
%47.85
%44.58

CMYK Percentages of Color #25eada

%84
%0
%7
%8

Triadic Colors of #25eada

#25eada #da25ea #eada25

Analogous Colors of #25eada

#25eada #2598ea #25ea78

Monochromatic Colors of #25eada

#25eada

Complementary Color

#25eada #ea2535

#25eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#25eada Color CSS Codes

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

#25eada Text Font Color

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

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


#25eada Background Color

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

This div background color is #25eada


#25eada Border Color

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

This div border color is #25eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25eada


Comments

No comments written yet.

Please login to write comment.