Color Hex Logo

#25ebea Color Hex

#25EBEA
(37,235,234)
0 Favorites   0 Comments

Color spaces of #25ebea

RGB 37235234
HSL0.500.830.53
HSV180°84°92°
CMYK 0.840.000.00   0.08
XYZ45.322665.750588.1443
Yxy65.75050.22750.3300
Hunter Lab81.0867-42.1309-7.6898
CIE-Lab84.8690-44.1532-12.4860

#25ebea color RGB value is (37,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 11101010
Octal 45 353 352
Decimal 37 235 234
Hex 25 EB EA

RGB Percentages of Color #25ebea

%7.31
%46.44
%46.25

CMYK Percentages of Color #25ebea

%84
%0
%0
%8

Triadic Colors of #25ebea

#25ebea #ea25eb #ebea25

Analogous Colors of #25ebea

#25ebea #2589eb #25eb87

Monochromatic Colors of #25ebea

#25ebea

Complementary Color

#25ebea #eb2526

#25ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebea Color CSS Codes

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

#25ebea Text Font Color

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

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


#25ebea Background Color

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

This div background color is #25ebea


#25ebea Border Color

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

This div border color is #25ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebea


Comments

No comments written yet.

Please login to write comment.