Color Hex Logo

#25bbea Color Hex

#25BBEA
(37,187,234)
0 Favorites   0 Comments

Color spaces of #25bbea

RGB 37187234
HSL0.540.820.53
HSV194°84°92°
CMYK 0.840.200.00   0.08
XYZ33.384641.874584.1649
Yxy41.87450.20940.2627
Hunter Lab64.7105-21.1540-31.8174
CIE-Lab70.7843-21.2887-33.9216

#25bbea color RGB value is (37,187,234).

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

The process color (four color CMYK) of #25bbea color hex is 0.84, 0.20, 0.00, 0.08. Web safe color of #25bbea is #33ccff. Color #25bbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111011 11101010
Octal 45 273 352
Decimal 37 187 234
Hex 25 BB EA

RGB Percentages of Color #25bbea

%8.08
%40.83
%51.09

CMYK Percentages of Color #25bbea

%84
%20
%0
%8

Triadic Colors of #25bbea

#25bbea #ea25bb #bbea25

Analogous Colors of #25bbea

#25bbea #2558ea #25eab7

Monochromatic Colors of #25bbea

#25bbea

Complementary Color

#25bbea #ea5425

#25bbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bbea Color CSS Codes

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

#25bbea Text Font Color

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

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


#25bbea Background Color

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

This div background color is #25bbea


#25bbea Border Color

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

This div border color is #25bbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bbea


Comments

No comments written yet.

Please login to write comment.