Color Hex Logo

#245fab Color Hex

#245FAB
(36,95,171)
0 Favorites   0 Comments

Color spaces of #245fab

RGB 3695171
HSL0.590.650.41
HSV214°79°67°
CMYK 0.790.440.00   0.33
XYZ12.170411.499840.1063
Yxy11.49980.19080.1803
Hunter Lab33.91144.7168-46.3832
CIE-Lab40.40988.8687-46.1081

#245fab color RGB value is (36,95,171).

#245fab hex color red value is 36, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #245fab hue: 0.59 , saturation: 0.65 and the lightness value of 245fab is 0.41.

The process color (four color CMYK) of #245fab color hex is 0.79, 0.44, 0.00, 0.33. Web safe color of #245fab is #336699. Color #245fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01011111 10101011
Octal 44 137 253
Decimal 36 95 171
Hex 24 5F AB

RGB Percentages of Color #245fab

%11.92
%31.46
%56.62

CMYK Percentages of Color #245fab

%79
%44
%0
%33

Triadic Colors of #245fab

#245fab #ab245f #5fab24

Analogous Colors of #245fab

#245fab #2c24ab #24a3ab

Monochromatic Colors of #245fab

#245fab

Complementary Color

#245fab #ab7024

#245fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#245fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#245fab Color CSS Codes

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

#245fab Text Font Color

<p style="color:#245fab">Text here</p>

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


#245fab Background Color

<div style="background-color:#245fab">
Div content here</div>

This div background color is #245fab


#245fab Border Color

<div style="border:3px solid #245fab">
Div here</div>

This div border color is #245fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #245fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #245fab;
  -webkit-box-shadow: 1px 1px 3px 2px #245fab;
  box-shadow:         1px 1px 3px 2px #245fab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,95,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 #245fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #245fab


Comments

No comments written yet.

Please login to write comment.