Color Hex Logo

#25bfdb Color Hex

#25BFDB
(37,191,219)
0 Favorites   0 Comments

Color spaces of #25bfdb

RGB 37191219
HSL0.530.720.50
HSV189°83°86°
CMYK 0.830.130.00   0.14
XYZ32.179942.769473.5771
Yxy42.76940.21670.2880
Hunter Lab65.3983-26.6143-20.9260
CIE-Lab71.3982-28.2302-24.8190

#25bfdb color RGB value is (37,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111111 11011011
Octal 45 277 333
Decimal 37 191 219
Hex 25 BF DB

RGB Percentages of Color #25bfdb

%8.28
%42.73
%48.99

CMYK Percentages of Color #25bfdb

%83
%13
%0
%14

Triadic Colors of #25bfdb

#25bfdb #db25bf #bfdb25

Analogous Colors of #25bfdb

#25bfdb #2564db #25db9c

Monochromatic Colors of #25bfdb

#25bfdb

Complementary Color

#25bfdb #db4125

#25bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bfdb Color CSS Codes

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

#25bfdb Text Font Color

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

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


#25bfdb Background Color

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

This div background color is #25bfdb


#25bfdb Border Color

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

This div border color is #25bfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,191,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 #25bfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bfdb


Comments

No comments written yet.

Please login to write comment.