Color Hex Logo

#254bab Color Hex

#254BAB
(37,75,171)
0 Favorites   0 Comments

Color spaces of #254bab

RGB 3775171
HSL0.620.640.41
HSV223°78°67°
CMYK 0.780.560.00   0.33
XYZ10.62978.365739.5826
Yxy8.36570.18150.1428
Hunter Lab28.923514.9845-60.8935
CIE-Lab34.733222.2192-55.2687

#254bab color RGB value is (37,75,171).

#254bab hex color red value is 37, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #254bab hue: 0.62 , saturation: 0.64 and the lightness value of 254bab is 0.41.

The process color (four color CMYK) of #254bab color hex is 0.78, 0.56, 0.00, 0.33. Web safe color of #254bab is #333399. Color #254bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 10101011
Octal 45 113 253
Decimal 37 75 171
Hex 25 4B AB

RGB Percentages of Color #254bab

%13.07
%26.50
%60.42

CMYK Percentages of Color #254bab

%78
%56
%0
%33

Triadic Colors of #254bab

#254bab #ab254b #4bab25

Analogous Colors of #254bab

#254bab #4225ab #258eab

Monochromatic Colors of #254bab

#254bab

Complementary Color

#254bab #ab8525

#254bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#254bab Color CSS Codes

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

#254bab Text Font Color

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

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


#254bab Background Color

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

This div background color is #254bab


#254bab Border Color

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

This div border color is #254bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254bab


Comments

No comments written yet.

Please login to write comment.