Color Hex Logo

#25dcdb Color Hex

#25DCDB
(37,220,219)
0 Favorites   0 Comments

Color spaces of #25dcdb

RGB 37220219
HSL0.500.720.50
HSV180°83°86°
CMYK 0.830.000.00   0.14
XYZ39.142356.694275.8979
Yxy56.69420.22790.3301
Hunter Lab75.2956-38.9742-7.0574
CIE-Lab80.0073-41.8276-11.8020

#25dcdb color RGB value is (37,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011100 11011011
Octal 45 334 333
Decimal 37 220 219
Hex 25 DC DB

RGB Percentages of Color #25dcdb

%7.77
%46.22
%46.01

CMYK Percentages of Color #25dcdb

%83
%0
%0
%14

Triadic Colors of #25dcdb

#25dcdb #db25dc #dcdb25

Analogous Colors of #25dcdb

#25dcdb #2582dc #25dc80

Monochromatic Colors of #25dcdb

#25dcdb

Complementary Color

#25dcdb #dc2526

#25dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dcdb Color CSS Codes

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

#25dcdb Text Font Color

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

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


#25dcdb Background Color

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

This div background color is #25dcdb


#25dcdb Border Color

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

This div border color is #25dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dcdb


Comments

No comments written yet.

Please login to write comment.