Color Hex Logo

#25ebda Color Hex

#25EBDA
(37,235,218)
0 Favorites   0 Comments

Color spaces of #25ebda

RGB 37235218
HSL0.490.830.53
HSV175°84°92°
CMYK 0.840.000.07   0.08
XYZ43.126264.871976.5782
Yxy64.87190.23360.3515
Hunter Lab80.5431-45.37390.0088
CIE-Lab84.4177-48.6228-4.7261

#25ebda color RGB value is (37,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 11011010
Octal 45 353 332
Decimal 37 235 218
Hex 25 EB DA

RGB Percentages of Color #25ebda

%7.55
%47.96
%44.49

CMYK Percentages of Color #25ebda

%84
%0
%7
%8

Triadic Colors of #25ebda

#25ebda #da25eb #ebda25

Analogous Colors of #25ebda

#25ebda #2599eb #25eb77

Monochromatic Colors of #25ebda

#25ebda

Complementary Color

#25ebda #eb2536

#25ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebda Color CSS Codes

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

#25ebda Text Font Color

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

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


#25ebda Background Color

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

This div background color is #25ebda


#25ebda Border Color

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

This div border color is #25ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebda


Comments

No comments written yet.

Please login to write comment.