Color Hex Logo

#254b96 Color Hex

#254B96
(37,75,150)
0 Favorites   0 Comments

Color spaces of #254b96

RGB 3775150
HSL0.610.600.37
HSV220°75°59°
CMYK 0.750.500.00   0.41
XYZ8.78407.627529.8634
Yxy7.62750.18980.1648
Hunter Lab27.61798.4413-44.7780
CIE-Lab33.194714.0124-45.1255

#254b96 color RGB value is (37,75,150).

#254b96 hex color red value is 37, green value is 75 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #254b96 hue: 0.61 , saturation: 0.60 and the lightness value of 254b96 is 0.37.

The process color (four color CMYK) of #254b96 color hex is 0.75, 0.50, 0.00, 0.41. Web safe color of #254b96 is #333399. Color #254b96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 10010110
Octal 45 113 226
Decimal 37 75 150
Hex 25 4B 96

RGB Percentages of Color #254b96

%14.12
%28.63
%57.25

CMYK Percentages of Color #254b96

%75
%50
%0
%41

Triadic Colors of #254b96

#254b96 #96254b #4b9625

Analogous Colors of #254b96

#254b96 #372596 #258496

Monochromatic Colors of #254b96

#254b96

Complementary Color

#254b96 #967025

#254b96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254b96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254b96 Color CSS Codes

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

#254b96 Text Font Color

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

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


#254b96 Background Color

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

This div background color is #254b96


#254b96 Border Color

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

This div border color is #254b96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254b96


Comments

No comments written yet.

Please login to write comment.