Color Hex Logo

#25dbbd Color Hex

#25DBBD
(37,219,189)
0 Favorites   0 Comments

Color spaces of #25dbbd

RGB 37219189
HSL0.470.720.50
HSV170°83°86°
CMYK 0.830.000.14   0.14
XYZ35.279854.730556.8487
Yxy54.73050.24020.3727
Hunter Lab73.9801-44.34166.2257
CIE-Lab78.8858-49.65572.5501

#25dbbd color RGB value is (37,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 11011011 10111101
Octal 45 333 275
Decimal 37 219 189
Hex 25 DB BD

RGB Percentages of Color #25dbbd

%8.31
%49.21
%42.47

CMYK Percentages of Color #25dbbd

%83
%0
%14
%14

Triadic Colors of #25dbbd

#25dbbd #bd25db #dbbd25

Analogous Colors of #25dbbd

#25dbbd #259edb #25db62

Monochromatic Colors of #25dbbd

#25dbbd

Complementary Color

#25dbbd #db2543

#25dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#25dbbd Color CSS Codes

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

#25dbbd Text Font Color

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

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


#25dbbd Background Color

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

This div background color is #25dbbd


#25dbbd Border Color

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

This div border color is #25dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25dbbd


Comments

No comments written yet.

Please login to write comment.