Color Hex Logo

#25bbdb Color Hex

#25BBDB
(37,187,219)
0 Favorites   0 Comments

Color spaces of #25bbdb

RGB 37187219
HSL0.530.720.50
HSV191°83°86°
CMYK 0.830.150.00   0.14
XYZ31.319541.048473.2903
Yxy41.04840.21500.2818
Hunter Lab64.0690-24.8629-22.9751
CIE-Lab70.2098-26.2419-26.6396

#25bbdb color RGB value is (37,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111011 11011011
Octal 45 273 333
Decimal 37 187 219
Hex 25 BB DB

RGB Percentages of Color #25bbdb

%8.35
%42.21
%49.44

CMYK Percentages of Color #25bbdb

%83
%15
%0
%14

Triadic Colors of #25bbdb

#25bbdb #db25bb #bbdb25

Analogous Colors of #25bbdb

#25bbdb #2560db #25dba0

Monochromatic Colors of #25bbdb

#25bbdb

Complementary Color

#25bbdb #db4525

#25bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bbdb Color CSS Codes

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

#25bbdb Text Font Color

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

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


#25bbdb Background Color

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

This div background color is #25bbdb


#25bbdb Border Color

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

This div border color is #25bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bbdb


Comments

No comments written yet.

Please login to write comment.