Color Hex Logo

#259beb Color Hex

#259BEB
(37,155,235)
0 Favorites   0 Comments

Color spaces of #259beb

RGB 37155235
HSL0.570.830.53
HSV204°84°92°
CMYK 0.840.340.00   0.08
XYZ27.479729.834282.9075
Yxy29.83420.19600.2128
Hunter Lab54.6207-5.7828-51.7605
CIE-Lab61.5109-3.4797-48.9915

#259beb color RGB value is (37,155,235).

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

The process color (four color CMYK) of #259beb color hex is 0.84, 0.34, 0.00, 0.08. Web safe color of #259beb is #3399ff. Color #259beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 11101011
Octal 45 233 353
Decimal 37 155 235
Hex 25 9B EB

RGB Percentages of Color #259beb

%8.67
%36.30
%55.04

CMYK Percentages of Color #259beb

%84
%34
%0
%8

Triadic Colors of #259beb

#259beb #eb259b #9beb25

Analogous Colors of #259beb

#259beb #2538eb #25ebd8

Monochromatic Colors of #259beb

#259beb

Complementary Color

#259beb #eb7525

#259beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#259beb Color CSS Codes

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

#259beb Text Font Color

<p style="color:#259beb">Text here</p>

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


#259beb Background Color

<div style="background-color:#259beb">
Div content here</div>

This div background color is #259beb


#259beb Border Color

<div style="border:3px solid #259beb">
Div here</div>

This div border color is #259beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259beb


Comments

No comments written yet.

Please login to write comment.