Color Hex Logo

#259faa Color Hex

#259FAA
(37,159,170)
0 Favorites   0 Comments

Color spaces of #259faa

RGB 37159170
HSL0.510.640.41
HSV185°78°67°
CMYK 0.780.060.00   0.33
XYZ20.416828.091942.3764
Yxy28.09190.22460.3091
Hunter Lab53.0018-23.9932-10.3027
CIE-Lab59.9717-28.0173-15.0363

#259faa color RGB value is (37,159,170).

#259faa hex color red value is 37, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #259faa hue: 0.51 , saturation: 0.64 and the lightness value of 259faa is 0.41.

The process color (four color CMYK) of #259faa color hex is 0.78, 0.06, 0.00, 0.33. Web safe color of #259faa is #339999. Color #259faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011111 10101010
Octal 45 237 252
Decimal 37 159 170
Hex 25 9F AA

RGB Percentages of Color #259faa

%10.11
%43.44
%46.45

CMYK Percentages of Color #259faa

%78
%6
%0
%33

Triadic Colors of #259faa

#259faa #aa259f #9faa25

Analogous Colors of #259faa

#259faa #255caa #25aa73

Monochromatic Colors of #259faa

#259faa

Complementary Color

#259faa #aa3025

#259faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#259faa Color CSS Codes

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

#259faa Text Font Color

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

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


#259faa Background Color

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

This div background color is #259faa


#259faa Border Color

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

This div border color is #259faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259faa


Comments

No comments written yet.

Please login to write comment.