Color Hex Logo

#259cbe Color Hex

#259CBE
(37,156,190)
0 Favorites   0 Comments

Color spaces of #259cbe

RGB 37156190
HSL0.540.670.45
HSV193°81°75°
CMYK 0.810.180.00   0.25
XYZ21.945727.888052.9415
Yxy27.88800.21350.2713
Hunter Lab52.8091-18.2372-22.4723
CIE-Lab59.7874-19.9276-26.6006

#259cbe color RGB value is (37,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011100 10111110
Octal 45 234 276
Decimal 37 156 190
Hex 25 9C BE

RGB Percentages of Color #259cbe

%9.66
%40.73
%49.61

CMYK Percentages of Color #259cbe

%81
%18
%0
%25

Triadic Colors of #259cbe

#259cbe #be259c #9cbe25

Analogous Colors of #259cbe

#259cbe #2550be #25be94

Monochromatic Colors of #259cbe

#259cbe

Complementary Color

#259cbe #be4725

#259cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#259cbe Color CSS Codes

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

#259cbe Text Font Color

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

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


#259cbe Background Color

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

This div background color is #259cbe


#259cbe Border Color

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

This div border color is #259cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259cbe


Comments

No comments written yet.

Please login to write comment.