Color Hex Logo

#259be9 Color Hex

#259BE9
(37,155,233)
0 Favorites   0 Comments

Color spaces of #259be9

RGB 37155233
HSL0.570.820.53
HSV204°84°91°
CMYK 0.840.330.00   0.09
XYZ27.192329.719281.3940
Yxy29.71920.19660.2149
Hunter Lab54.5153-6.3658-50.3621
CIE-Lab61.4112-4.2065-48.0453

#259be9 color RGB value is (37,155,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 11101001
Octal 45 233 351
Decimal 37 155 233
Hex 25 9B E9

RGB Percentages of Color #259be9

%8.71
%36.47
%54.82

CMYK Percentages of Color #259be9

%84
%33
%0
%9

Triadic Colors of #259be9

#259be9 #e9259b #9be925

Analogous Colors of #259be9

#259be9 #2539e9 #25e9d5

Monochromatic Colors of #259be9

#259be9

Complementary Color

#259be9 #e97325

#259be9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259be9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#259be9 Color CSS Codes

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

#259be9 Text Font Color

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

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


#259be9 Background Color

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

This div background color is #259be9


#259be9 Border Color

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

This div border color is #259be9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259be9


Comments

No comments written yet.

Please login to write comment.