Color Hex Logo

#254ab5 Color Hex

#254AB5
(37,74,181)
0 Favorites   0 Comments

Color spaces of #254ab5

RGB 3774181
HSL0.620.660.43
HSV225°80°71°
CMYK 0.800.590.00   0.29
XYZ11.55228.627144.7724
Yxy8.62710.17790.1328
Hunter Lab29.371918.8045-69.8170
CIE-Lab35.256226.7412-60.3509

#254ab5 color RGB value is (37,74,181).

#254ab5 hex color red value is 37, green value is 74 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #254ab5 hue: 0.62 , saturation: 0.66 and the lightness value of 254ab5 is 0.43.

The process color (four color CMYK) of #254ab5 color hex is 0.80, 0.59, 0.00, 0.29. Web safe color of #254ab5 is #3333cc. Color #254ab5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 10110101
Octal 45 112 265
Decimal 37 74 181
Hex 25 4A B5

RGB Percentages of Color #254ab5

%12.67
%25.34
%61.99

CMYK Percentages of Color #254ab5

%80
%59
%0
%29

Triadic Colors of #254ab5

#254ab5 #b5254a #4ab525

Analogous Colors of #254ab5

#254ab5 #4825b5 #2592b5

Monochromatic Colors of #254ab5

#254ab5

Complementary Color

#254ab5 #b59025

#254ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254ab5 Color CSS Codes

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

#254ab5 Text Font Color

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

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


#254ab5 Background Color

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

This div background color is #254ab5


#254ab5 Border Color

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

This div border color is #254ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254ab5


Comments

No comments written yet.

Please login to write comment.