Color Hex Logo

#25beeb Color Hex

#25BEEB
(37,190,235)
0 Favorites   0 Comments

Color spaces of #25beeb

RGB 37190235
HSL0.540.830.53
HSV194°84°92°
CMYK 0.840.190.00   0.08
XYZ34.171843.218485.1382
Yxy43.21840.21030.2659
Hunter Lab65.7407-22.2625-30.7657
CIE-Lab71.7030-22.4971-33.0425

#25beeb color RGB value is (37,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111110 11101011
Octal 45 276 353
Decimal 37 190 235
Hex 25 BE EB

RGB Percentages of Color #25beeb

%8.01
%41.13
%50.87

CMYK Percentages of Color #25beeb

%84
%19
%0
%8

Triadic Colors of #25beeb

#25beeb #eb25be #beeb25

Analogous Colors of #25beeb

#25beeb #255beb #25ebb5

Monochromatic Colors of #25beeb

#25beeb

Complementary Color

#25beeb #eb5225

#25beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25beeb Color CSS Codes

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

#25beeb Text Font Color

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

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


#25beeb Background Color

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

This div background color is #25beeb


#25beeb Border Color

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

This div border color is #25beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25beeb


Comments

No comments written yet.

Please login to write comment.