Color Hex Logo

#25d7cf Color Hex

#25D7CF
(37,215,207)
0 Favorites   0 Comments

Color spaces of #25d7cf

RGB 37215207
HSL0.490.710.49
HSV177°83°84°
CMYK 0.830.000.04   0.16
XYZ36.325953.499267.4433
Yxy53.49920.23100.3402
Hunter Lab73.1431-39.3501-3.4695
CIE-Lab78.1688-43.0482-8.1263

#25d7cf color RGB value is (37,215,207).

#25d7cf hex color red value is 37, green value is 215 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #25d7cf hue: 0.49 , saturation: 0.71 and the lightness value of 25d7cf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11010111 11001111
Octal 45 327 317
Decimal 37 215 207
Hex 25 D7 CF

RGB Percentages of Color #25d7cf

%8.06
%46.84
%45.10

CMYK Percentages of Color #25d7cf

%83
%0
%4
%16

Triadic Colors of #25d7cf

#25d7cf #cf25d7 #d7cf25

Analogous Colors of #25d7cf

#25d7cf #2586d7 #25d776

Monochromatic Colors of #25d7cf

#25d7cf

Complementary Color

#25d7cf #d7252d

#25d7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25d7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#25d7cf Color CSS Codes

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

#25d7cf Text Font Color

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

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


#25d7cf Background Color

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

This div background color is #25d7cf


#25d7cf Border Color

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

This div border color is #25d7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25d7cf


Comments

No comments written yet.

Please login to write comment.