Color Hex Logo

#225fab Color Hex

#225FAB
(34,95,171)
0 Favorites   0 Comments

Color spaces of #225fab

RGB 3495171
HSL0.590.670.40
HSV213°80°67°
CMYK 0.800.440.00   0.33
XYZ12.102611.464840.1031
Yxy11.46480.19010.1801
Hunter Lab33.85974.5474-46.5207
CIE-Lab40.35258.6467-46.2031

#225fab color RGB value is (34,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011111 10101011
Octal 42 137 253
Decimal 34 95 171
Hex 22 5F AB

RGB Percentages of Color #225fab

%11.33
%31.67
%57.00

CMYK Percentages of Color #225fab

%80
%44
%0
%33

Triadic Colors of #225fab

#225fab #ab225f #5fab22

Analogous Colors of #225fab

#225fab #2a22ab #22a4ab

Monochromatic Colors of #225fab

#225fab

Complementary Color

#225fab #ab6e22

#225fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#225fab Color CSS Codes

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

#225fab Text Font Color

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

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


#225fab Background Color

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

This div background color is #225fab


#225fab Border Color

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

This div border color is #225fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225fab


Comments

No comments written yet.

Please login to write comment.