Color Hex Logo

#25bedb Color Hex

#25BEDB
(37,190,219)
0 Favorites   0 Comments

Color spaces of #25bedb

RGB 37190219
HSL0.530.720.50
HSV190°83°86°
CMYK 0.830.130.00   0.14
XYZ31.962642.334773.5046
Yxy42.33470.21630.2864
Hunter Lab65.0651-26.1776-21.4348
CIE-Lab71.1011-27.7357-25.2736

#25bedb color RGB value is (37,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111110 11011011
Octal 45 276 333
Decimal 37 190 219
Hex 25 BE DB

RGB Percentages of Color #25bedb

%8.30
%42.60
%49.10

CMYK Percentages of Color #25bedb

%83
%13
%0
%14

Triadic Colors of #25bedb

#25bedb #db25be #bedb25

Analogous Colors of #25bedb

#25bedb #2563db #25db9d

Monochromatic Colors of #25bedb

#25bedb

Complementary Color

#25bedb #db4225

#25bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bedb Color CSS Codes

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

#25bedb Text Font Color

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

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


#25bedb Background Color

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

This div background color is #25bedb


#25bedb Border Color

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

This div border color is #25bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bedb


Comments

No comments written yet.

Please login to write comment.