Color Hex Logo

#25bfeb Color Hex

#25BFEB
(37,191,235)
0 Favorites   0 Comments

Color spaces of #25bfeb

RGB 37191235
HSL0.540.830.53
HSV193°84°92°
CMYK 0.840.190.00   0.08
XYZ34.389143.653185.2106
Yxy43.65310.21060.2674
Hunter Lab66.0705-22.7157-30.2165
CIE-Lab71.9960-23.0082-32.5895

#25bfeb color RGB value is (37,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10111111 11101011
Octal 45 277 353
Decimal 37 191 235
Hex 25 BF EB

RGB Percentages of Color #25bfeb

%7.99
%41.25
%50.76

CMYK Percentages of Color #25bfeb

%84
%19
%0
%8

Triadic Colors of #25bfeb

#25bfeb #eb25bf #bfeb25

Analogous Colors of #25bfeb

#25bfeb #255ceb #25ebb4

Monochromatic Colors of #25bfeb

#25bfeb

Complementary Color

#25bfeb #eb5125

#25bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#25bfeb Color CSS Codes

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

#25bfeb Text Font Color

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

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


#25bfeb Background Color

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

This div background color is #25bfeb


#25bfeb Border Color

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

This div border color is #25bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25bfeb


Comments

No comments written yet.

Please login to write comment.