Color Hex Logo

#25ebdf Color Hex

#25EBDF
(37,235,223)
0 Favorites   0 Comments

Color spaces of #25ebdf

RGB 37235223
HSL0.490.830.53
HSV176°84°92°
CMYK 0.840.000.05   0.08
XYZ43.790665.137780.0769
Yxy65.13770.23170.3446
Hunter Lab80.7079-44.3881-2.3309
CIE-Lab84.5546-47.2502-7.1584

#25ebdf color RGB value is (37,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101011 11011111
Octal 45 353 337
Decimal 37 235 223
Hex 25 EB DF

RGB Percentages of Color #25ebdf

%7.47
%47.47
%45.05

CMYK Percentages of Color #25ebdf

%84
%0
%5
%8

Triadic Colors of #25ebdf

#25ebdf #df25eb #ebdf25

Analogous Colors of #25ebdf

#25ebdf #2594eb #25eb7c

Monochromatic Colors of #25ebdf

#25ebdf

Complementary Color

#25ebdf #eb2531

#25ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ebdf Color CSS Codes

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

#25ebdf Text Font Color

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

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


#25ebdf Background Color

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

This div background color is #25ebdf


#25ebdf Border Color

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

This div border color is #25ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ebdf


Comments

No comments written yet.

Please login to write comment.