Color Hex Logo

#254abf Color Hex

#254ABF
(37,74,191)
0 Favorites   0 Comments

Color spaces of #254abf

RGB 3774191
HSL0.630.680.45
HSV226°81°75°
CMYK 0.810.610.00   0.25
XYZ12.61579.052550.3726
Yxy9.05250.17510.1257
Hunter Lab30.087422.1925-78.2028
CIE-Lab36.085230.5463-64.8806

#254abf color RGB value is (37,74,191).

#254abf hex color red value is 37, green value is 74 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #254abf hue: 0.63 , saturation: 0.68 and the lightness value of 254abf is 0.45.

The process color (four color CMYK) of #254abf color hex is 0.81, 0.61, 0.00, 0.25. Web safe color of #254abf is #3333cc. Color #254abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 10111111
Octal 45 112 277
Decimal 37 74 191
Hex 25 4A BF

RGB Percentages of Color #254abf

%12.25
%24.50
%63.25

CMYK Percentages of Color #254abf

%81
%61
%0
%25

Triadic Colors of #254abf

#254abf #bf254a #4abf25

Analogous Colors of #254abf

#254abf #4d25bf #2597bf

Monochromatic Colors of #254abf

#254abf

Complementary Color

#254abf #bf9a25

#254abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#254abf Color CSS Codes

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

#254abf Text Font Color

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

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


#254abf Background Color

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

This div background color is #254abf


#254abf Border Color

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

This div border color is #254abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254abf


Comments

No comments written yet.

Please login to write comment.