Color Hex Logo

#254baa Color Hex

#254BAA
(37,75,170)
0 Favorites   0 Comments

Color spaces of #254baa

RGB 3775170
HSL0.620.640.41
HSV223°78°67°
CMYK 0.780.560.00   0.33
XYZ10.53478.327739.0824
Yxy8.32770.18180.1437
Hunter Lab28.857814.6614-60.0967
CIE-Lab34.656221.8310-54.7975

#254baa color RGB value is (37,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001011 10101010
Octal 45 113 252
Decimal 37 75 170
Hex 25 4B AA

RGB Percentages of Color #254baa

%13.12
%26.60
%60.28

CMYK Percentages of Color #254baa

%78
%56
%0
%33

Triadic Colors of #254baa

#254baa #aa254b #4baa25

Analogous Colors of #254baa

#254baa #4125aa #258eaa

Monochromatic Colors of #254baa

#254baa

Complementary Color

#254baa #aa8425

#254baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#254baa Color CSS Codes

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

#254baa Text Font Color

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

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


#254baa Background Color

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

This div background color is #254baa


#254baa Border Color

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

This div border color is #254baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254baa


Comments

No comments written yet.

Please login to write comment.