Color Hex Logo

#254dab Color Hex

#254DAB
(37,77,171)
0 Favorites   0 Comments

Color spaces of #254dab

RGB 3777171
HSL0.620.640.41
HSV222°78°67°
CMYK 0.780.550.00   0.33
XYZ10.76758.641339.6285
Yxy8.64130.18240.1464
Hunter Lab29.396113.9397-59.3508
CIE-Lab35.284320.8802-54.3736

#254dab color RGB value is (37,77,171).

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

The process color (four color CMYK) of #254dab color hex is 0.78, 0.55, 0.00, 0.33. Web safe color of #254dab is #336699. Color #254dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 10101011
Octal 45 115 253
Decimal 37 77 171
Hex 25 4D AB

RGB Percentages of Color #254dab

%12.98
%27.02
%60.00

CMYK Percentages of Color #254dab

%78
%55
%0
%33

Triadic Colors of #254dab

#254dab #ab254d #4dab25

Analogous Colors of #254dab

#254dab #4025ab #2590ab

Monochromatic Colors of #254dab

#254dab

Complementary Color

#254dab #ab8325

#254dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dab Color CSS Codes

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

#254dab Text Font Color

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

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


#254dab Background Color

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

This div background color is #254dab


#254dab Border Color

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

This div border color is #254dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,77,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 #254dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dab


Comments

No comments written yet.

Please login to write comment.