Color Hex Logo

#259abe Color Hex

#259ABE
(37,154,190)
0 Favorites   0 Comments

Color spaces of #259abe

RGB 37154190
HSL0.540.670.45
HSV194°81°75°
CMYK 0.810.190.00   0.25
XYZ21.612827.222252.8305
Yxy27.22220.21260.2678
Hunter Lab52.1749-17.3647-23.5126
CIE-Lab59.1794-18.8659-27.5389

#259abe color RGB value is (37,154,190).

#259abe hex color red value is 37, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #259abe hue: 0.54 , saturation: 0.67 and the lightness value of 259abe is 0.45.

The process color (four color CMYK) of #259abe color hex is 0.81, 0.19, 0.00, 0.25. Web safe color of #259abe is #3399cc. Color #259abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 10111110
Octal 45 232 276
Decimal 37 154 190
Hex 25 9A BE

RGB Percentages of Color #259abe

%9.71
%40.42
%49.87

CMYK Percentages of Color #259abe

%81
%19
%0
%25

Triadic Colors of #259abe

#259abe #be259a #9abe25

Analogous Colors of #259abe

#259abe #254dbe #25be96

Monochromatic Colors of #259abe

#259abe

Complementary Color

#259abe #be4925

#259abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#259abe Color CSS Codes

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

#259abe Text Font Color

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

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


#259abe Background Color

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

This div background color is #259abe


#259abe Border Color

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

This div border color is #259abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259abe


Comments

No comments written yet.

Please login to write comment.