Color Hex Logo

#225aab Color Hex

#225AAB
(34,90,171)
0 Favorites   0 Comments

Color spaces of #225aab

RGB 3490171
HSL0.600.670.40
HSV215°80°67°
CMYK 0.800.470.00   0.33
XYZ11.666510.592739.9578
Yxy10.59270.18750.1703
Hunter Lab32.54647.0284-50.0088
CIE-Lab38.885811.9104-48.5585

#225aab color RGB value is (34,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01011010 10101011
Octal 42 132 253
Decimal 34 90 171
Hex 22 5A AB

RGB Percentages of Color #225aab

%11.53
%30.51
%57.97

CMYK Percentages of Color #225aab

%80
%47
%0
%33

Triadic Colors of #225aab

#225aab #ab225a #5aab22

Analogous Colors of #225aab

#225aab #2e22ab #229fab

Monochromatic Colors of #225aab

#225aab

Complementary Color

#225aab #ab7322

#225aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#225aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#225aab Color CSS Codes

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

#225aab Text Font Color

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

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


#225aab Background Color

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

This div background color is #225aab


#225aab Border Color

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

This div border color is #225aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #225aab


Comments

No comments written yet.

Please login to write comment.