Color Hex Logo

#259baa Color Hex

#259BAA
(37,155,170)
0 Favorites   0 Comments

Color spaces of #259baa

RGB 37155170
HSL0.520.640.41
HSV187°78°67°
CMYK 0.780.090.00   0.33
XYZ19.740026.738342.1508
Yxy26.73830.22270.3017
Hunter Lab51.7091-22.3483-12.1340
CIE-Lab58.7313-26.0169-16.9152

#259baa color RGB value is (37,155,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011011 10101010
Octal 45 233 252
Decimal 37 155 170
Hex 25 9B AA

RGB Percentages of Color #259baa

%10.22
%42.82
%46.96

CMYK Percentages of Color #259baa

%78
%9
%0
%33

Triadic Colors of #259baa

#259baa #aa259b #9baa25

Analogous Colors of #259baa

#259baa #2559aa #25aa77

Monochromatic Colors of #259baa

#259baa

Complementary Color

#259baa #aa3425

#259baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#259baa Color CSS Codes

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

#259baa Text Font Color

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

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


#259baa Background Color

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

This div background color is #259baa


#259baa Border Color

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

This div border color is #259baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259baa


Comments

No comments written yet.

Please login to write comment.