Color Hex Logo

#259eba Color Hex

#259EBA
(37,158,186)
0 Favorites   0 Comments

Color spaces of #259eba

RGB 37158186
HSL0.530.670.44
HSV191°80°73°
CMYK 0.800.150.00   0.27
XYZ21.852728.392250.7829
Yxy28.39220.21630.2810
Hunter Lab53.2843-20.0421-19.2076
CIE-Lab60.2414-22.3184-23.6507

#259eba color RGB value is (37,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011110 10111010
Octal 45 236 272
Decimal 37 158 186
Hex 25 9E BA

RGB Percentages of Color #259eba

%9.71
%41.47
%48.82

CMYK Percentages of Color #259eba

%80
%15
%0
%27

Triadic Colors of #259eba

#259eba #ba259e #9eba25

Analogous Colors of #259eba

#259eba #2554ba #25ba8c

Monochromatic Colors of #259eba

#259eba

Complementary Color

#259eba #ba4125

#259eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#259eba Color CSS Codes

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

#259eba Text Font Color

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

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


#259eba Background Color

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

This div background color is #259eba


#259eba Border Color

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

This div border color is #259eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259eba


Comments

No comments written yet.

Please login to write comment.