Color Hex Logo

#259abb Color Hex

#259ABB
(37,154,187)
0 Favorites   0 Comments

Color spaces of #259abb

RGB 37154187
HSL0.540.670.44
HSV193°80°73°
CMYK 0.800.180.00   0.27
XYZ21.288227.092451.1211
Yxy27.09240.21390.2723
Hunter Lab52.0504-18.0830-21.7962
CIE-Lab59.0598-19.8856-26.0316

#259abb color RGB value is (37,154,187).

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

The process color (four color CMYK) of #259abb color hex is 0.80, 0.18, 0.00, 0.27. Web safe color of #259abb is #3399cc. Color #259abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011010 10111011
Octal 45 232 273
Decimal 37 154 187
Hex 25 9A BB

RGB Percentages of Color #259abb

%9.79
%40.74
%49.47

CMYK Percentages of Color #259abb

%80
%18
%0
%27

Triadic Colors of #259abb

#259abb #bb259a #9abb25

Analogous Colors of #259abb

#259abb #254fbb #25bb91

Monochromatic Colors of #259abb

#259abb

Complementary Color

#259abb #bb4625

#259abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#259abb Color CSS Codes

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

#259abb Text Font Color

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

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


#259abb Background Color

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

This div background color is #259abb


#259abb Border Color

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

This div border color is #259abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259abb


Comments

No comments written yet.

Please login to write comment.