Color Hex Logo

#25efdd Color Hex

#25EFDD
(37,239,221)
0 Favorites   0 Comments

Color spaces of #25efdd

RGB 37239221
HSL0.490.860.54
HSV175°85°94°
CMYK 0.850.000.08   0.06
XYZ44.680667.346879.0509
Yxy67.34680.23380.3525
Hunter Lab82.0651-46.42900.3332
CIE-Lab85.6788-49.4969-4.4459

#25efdd color RGB value is (37,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101111 11011101
Octal 45 357 335
Decimal 37 239 221
Hex 25 EF DD

RGB Percentages of Color #25efdd

%7.44
%48.09
%44.47

CMYK Percentages of Color #25efdd

%85
%0
%8
%6

Triadic Colors of #25efdd

#25efdd #dd25ef #efdd25

Analogous Colors of #25efdd

#25efdd #259cef #25ef78

Monochromatic Colors of #25efdd

#25efdd

Complementary Color

#25efdd #ef2537

#25efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25efdd Color CSS Codes

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

#25efdd Text Font Color

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

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


#25efdd Background Color

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

This div background color is #25efdd


#25efdd Border Color

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

This div border color is #25efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25efdd


Comments

No comments written yet.

Please login to write comment.