Color Hex Logo

#254feb Color Hex

#254FEB
(37,79,235)
0 Favorites   0 Comments

Color spaces of #254feb

RGB 3779235
HSL0.630.830.53
HSV227°84°92°
CMYK 0.840.660.00   0.08
XYZ18.554311.983479.9324
Yxy11.98340.16800.1085
Hunter Lab34.617035.0939-112.6715
CIE-Lab41.189743.5420-81.8168

#254feb color RGB value is (37,79,235).

#254feb hex color red value is 37, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #254feb hue: 0.63 , saturation: 0.83 and the lightness value of 254feb is 0.53.

The process color (four color CMYK) of #254feb color hex is 0.84, 0.66, 0.00, 0.08. Web safe color of #254feb is #3366ff. Color #254feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001111 11101011
Octal 45 117 353
Decimal 37 79 235
Hex 25 4F EB

RGB Percentages of Color #254feb

%10.54
%22.51
%66.95

CMYK Percentages of Color #254feb

%84
%66
%0
%8

Triadic Colors of #254feb

#254feb #eb254f #4feb25

Analogous Colors of #254feb

#254feb #5e25eb #25b2eb

Monochromatic Colors of #254feb

#254feb

Complementary Color

#254feb #ebc125

#254feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254feb Color CSS Codes

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

#254feb Text Font Color

<p style="color:#254feb">Text here</p>

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


#254feb Background Color

<div style="background-color:#254feb">
Div content here</div>

This div background color is #254feb


#254feb Border Color

<div style="border:3px solid #254feb">
Div here</div>

This div border color is #254feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,79,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254feb;
  -webkit-box-shadow: 1px 1px 3px 2px #254feb;
  box-shadow:         1px 1px 3px 2px #254feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254feb


Comments

No comments written yet.

Please login to write comment.