Color Hex Logo

#225eab Color Hex

#225EAB
(34,94,171)
0 Favorites   0 Comments

Color spaces of #225eab

RGB 3494171
HSL0.590.670.40
HSV214°80°67°
CMYK 0.800.450.00   0.33
XYZ12.013111.285840.0733
Yxy11.28580.18960.1781
Hunter Lab33.59435.0402-47.2085
CIE-Lab40.05779.2959-46.6759

#225eab color RGB value is (34,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011110 10101011
Octal 42 136 253
Decimal 34 94 171
Hex 22 5E AB

RGB Percentages of Color #225eab

%11.37
%31.44
%57.19

CMYK Percentages of Color #225eab

%80
%45
%0
%33

Triadic Colors of #225eab

#225eab #ab225e #5eab22

Analogous Colors of #225eab

#225eab #2a22ab #22a3ab

Monochromatic Colors of #225eab

#225eab

Complementary Color

#225eab #ab6f22

#225eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#225eab Color CSS Codes

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

#225eab Text Font Color

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

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


#225eab Background Color

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

This div background color is #225eab


#225eab Border Color

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

This div border color is #225eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225eab


Comments

No comments written yet.

Please login to write comment.