Color Hex Logo

#25ffea Color Hex

#25FFEA
(37,255,234)
0 Favorites   0 Comments

Color spaces of #25ffea

RGB 37255234
HSL0.481.000.57
HSV174°85°100°
CMYK 0.850.000.08   0.00
XYZ51.374277.853890.1615
Yxy77.85380.23420.3549
Hunter Lab88.2348-50.48031.1797
CIE-Lab90.7131-52.6788-3.8211

#25ffea color RGB value is (37,255,234).

#25ffea hex color red value is 37, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #25ffea hue: 0.48 , saturation: 1.00 and the lightness value of 25ffea is 0.57.

The process color (four color CMYK) of #25ffea color hex is 0.85, 0.00, 0.08, 0.00. Web safe color of #25ffea is #33ffff. Color #25ffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11111111 11101010
Octal 45 377 352
Decimal 37 255 234
Hex 25 FF EA

RGB Percentages of Color #25ffea

%7.03
%48.48
%44.49

CMYK Percentages of Color #25ffea

%85
%0
%8
%0

Triadic Colors of #25ffea

#25ffea #ea25ff #ffea25

Analogous Colors of #25ffea

#25ffea #25a7ff #25ff7d

Monochromatic Colors of #25ffea

#25ffea

Complementary Color

#25ffea #ff253a

#25ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ffea Color CSS Codes

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

#25ffea Text Font Color

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

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


#25ffea Background Color

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

This div background color is #25ffea


#25ffea Border Color

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

This div border color is #25ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.