Color Hex Logo

#254abd Color Hex

#254ABD
(37,74,189)
0 Favorites   0 Comments

Color spaces of #254abd

RGB 3774189
HSL0.630.670.44
HSV225°80°74°
CMYK 0.800.610.00   0.26
XYZ12.39708.965049.2211
Yxy8.96500.17560.1270
Hunter Lab29.941621.5082-76.5079
CIE-Lab35.916829.7895-63.9831

#254abd color RGB value is (37,74,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 10111101
Octal 45 112 275
Decimal 37 74 189
Hex 25 4A BD

RGB Percentages of Color #254abd

%12.33
%24.67
%63.00

CMYK Percentages of Color #254abd

%80
%61
%0
%26

Triadic Colors of #254abd

#254abd #bd254a #4abd25

Analogous Colors of #254abd

#254abd #4c25bd #2596bd

Monochromatic Colors of #254abd

#254abd

Complementary Color

#254abd #bd9825

#254abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#254abd Color CSS Codes

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

#254abd Text Font Color

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

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


#254abd Background Color

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

This div background color is #254abd


#254abd Border Color

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

This div border color is #254abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254abd


Comments

No comments written yet.

Please login to write comment.