Color Hex Logo

#259ebc Color Hex

#259EBC
(37,158,188)
0 Favorites   0 Comments

Color spaces of #259ebc

RGB 37158188
HSL0.530.670.44
HSV192°80°74°
CMYK 0.800.160.00   0.26
XYZ22.066928.477951.9107
Yxy28.47790.21540.2780
Hunter Lab53.3647-19.5764-20.3193
CIE-Lab60.3181-21.6512-24.6584

#259ebc color RGB value is (37,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011110 10111100
Octal 45 236 274
Decimal 37 158 188
Hex 25 9E BC

RGB Percentages of Color #259ebc

%9.66
%41.25
%49.09

CMYK Percentages of Color #259ebc

%80
%16
%0
%26

Triadic Colors of #259ebc

#259ebc #bc259e #9ebc25

Analogous Colors of #259ebc

#259ebc #2553bc #25bc8f

Monochromatic Colors of #259ebc

#259ebc

Complementary Color

#259ebc #bc4325

#259ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#259ebc Color CSS Codes

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

#259ebc Text Font Color

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

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


#259ebc Background Color

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

This div background color is #259ebc


#259ebc Border Color

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

This div border color is #259ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259ebc


Comments

No comments written yet.

Please login to write comment.