Color Hex Logo

#25edde Color Hex

#25EDDE
(37,237,222)
0 Favorites   0 Comments

Color spaces of #25edde

RGB 37237222
HSL0.490.850.54
HSV176°84°93°
CMYK 0.840.000.06   0.07
XYZ44.232066.235679.5607
Yxy66.23560.23280.3486
Hunter Lab81.3853-45.4114-0.9911
CIE-Lab85.1165-48.3786-5.8010

#25edde color RGB value is (37,237,222).

#25edde hex color red value is 37, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #25edde hue: 0.49 , saturation: 0.85 and the lightness value of 25edde is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101101 11011110
Octal 45 355 336
Decimal 37 237 222
Hex 25 ED DE

RGB Percentages of Color #25edde

%7.46
%47.78
%44.76

CMYK Percentages of Color #25edde

%84
%0
%6
%7

Triadic Colors of #25edde

#25edde #de25ed #edde25

Analogous Colors of #25edde

#25edde #2598ed #25ed7a

Monochromatic Colors of #25edde

#25edde

Complementary Color

#25edde #ed2534

#25edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#25edde Color CSS Codes

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

#25edde Text Font Color

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

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


#25edde Background Color

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

This div background color is #25edde


#25edde Border Color

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

This div border color is #25edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25edde


Comments

No comments written yet.

Please login to write comment.