Color Hex Logo

#25dcd5 Color Hex

#25DCD5
(37,220,213)
0 Favorites   0 Comments

Color spaces of #25dcd5

RGB 37220213
HSL0.490.720.50
HSV178°83°86°
CMYK 0.830.000.03   0.14
XYZ38.366456.383871.8118
Yxy56.38380.23030.3385
Hunter Lab75.0891-40.2024-4.1398
CIE-Lab79.8318-43.5454-8.8634

#25dcd5 color RGB value is (37,220,213).

#25dcd5 hex color red value is 37, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #25dcd5 hue: 0.49 , saturation: 0.72 and the lightness value of 25dcd5 is 0.50.

The process color (four color CMYK) of #25dcd5 color hex is 0.83, 0.00, 0.03, 0.14. Web safe color of #25dcd5 is #33cccc. Color #25dcd5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011100 11010101
Octal 45 334 325
Decimal 37 220 213
Hex 25 DC D5

RGB Percentages of Color #25dcd5

%7.87
%46.81
%45.32

CMYK Percentages of Color #25dcd5

%83
%0
%3
%14

Triadic Colors of #25dcd5

#25dcd5 #d525dc #dcd525

Analogous Colors of #25dcd5

#25dcd5 #2588dc #25dc7a

Monochromatic Colors of #25dcd5

#25dcd5

Complementary Color

#25dcd5 #dc252c

#25dcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dcd5 Color CSS Codes

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

#25dcd5 Text Font Color

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

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


#25dcd5 Background Color

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

This div background color is #25dcd5


#25dcd5 Border Color

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

This div border color is #25dcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dcd5


Comments

No comments written yet.

Please login to write comment.