Color Hex Logo

#259fec Color Hex

#259FEC
(37,159,236)
0 Favorites   0 Comments

Color spaces of #259fec

RGB 37159236
HSL0.560.840.54
HSV203°84°93°
CMYK 0.840.330.00   0.07
XYZ28.301431.245783.8963
Yxy31.24570.19730.2178
Hunter Lab55.8979-7.4457-49.8590
CIE-Lab62.7145-5.4045-47.6396

#259fec color RGB value is (37,159,236).

#259fec hex color red value is 37, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #259fec hue: 0.56 , saturation: 0.84 and the lightness value of 259fec is 0.54.

The process color (four color CMYK) of #259fec color hex is 0.84, 0.33, 0.00, 0.07. Web safe color of #259fec is #3399ff. Color #259fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10011111 11101100
Octal 45 237 354
Decimal 37 159 236
Hex 25 9F EC

RGB Percentages of Color #259fec

%8.56
%36.81
%54.63

CMYK Percentages of Color #259fec

%84
%33
%0
%7

Triadic Colors of #259fec

#259fec #ec259f #9fec25

Analogous Colors of #259fec

#259fec #253cec #25ecd6

Monochromatic Colors of #259fec

#259fec

Complementary Color

#259fec #ec7225

#259fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#259fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#259fec Color CSS Codes

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

#259fec Text Font Color

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

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


#259fec Background Color

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

This div background color is #259fec


#259fec Border Color

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

This div border color is #259fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #259fec


Comments

No comments written yet.

Please login to write comment.