Color Hex Logo

#254abb Color Hex

#254ABB
(37,74,187)
0 Favorites   0 Comments

Color spaces of #254abb

RGB 3774187
HSL0.630.670.44
HSV225°80°73°
CMYK 0.800.600.00   0.27
XYZ12.18148.878748.0854
Yxy8.87870.17620.1284
Hunter Lab29.797120.8277-74.8217
CIE-Lab35.749729.0314-63.0815

#254abb color RGB value is (37,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001010 10111011
Octal 45 112 273
Decimal 37 74 187
Hex 25 4A BB

RGB Percentages of Color #254abb

%12.42
%24.83
%62.75

CMYK Percentages of Color #254abb

%80
%60
%0
%27

Triadic Colors of #254abb

#254abb #bb254a #4abb25

Analogous Colors of #254abb

#254abb #4b25bb #2595bb

Monochromatic Colors of #254abb

#254abb

Complementary Color

#254abb #bb9625

#254abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254abb Color CSS Codes

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

#254abb Text Font Color

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

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


#254abb Background Color

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

This div background color is #254abb


#254abb Border Color

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

This div border color is #254abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254abb


Comments

No comments written yet.

Please login to write comment.