Color Hex Logo

#25beda Color Hex

#25BEDA
(37,190,218)
0 Favorites   0 Comments

Color spaces of #25beda

RGB 37190218
HSL0.530.710.50
HSV189°83°85°
CMYK 0.830.130.00   0.15
XYZ31.831342.282272.8133
Yxy42.28220.21660.2878
Hunter Lab65.0248-26.4130-20.8743
CIE-Lab71.0650-28.0572-24.7840

#25beda color RGB value is (37,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111110 11011010
Octal 45 276 332
Decimal 37 190 218
Hex 25 BE DA

RGB Percentages of Color #25beda

%8.31
%42.70
%48.99

CMYK Percentages of Color #25beda

%83
%13
%0
%15

Triadic Colors of #25beda

#25beda #da25be #beda25

Analogous Colors of #25beda

#25beda #2563da #25da9c

Monochromatic Colors of #25beda

#25beda

Complementary Color

#25beda #da4125

#25beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#25beda Color CSS Codes

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

#25beda Text Font Color

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

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


#25beda Background Color

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

This div background color is #25beda


#25beda Border Color

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

This div border color is #25beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25beda


Comments

No comments written yet.

Please login to write comment.