Color Hex Logo

#227bab Color Hex

#227BAB
(34,123,171)
0 Favorites   0 Comments

Color spaces of #227bab

RGB 34123171
HSL0.560.670.40
HSV201°80°67°
CMYK 0.800.280.00   0.33
XYZ15.093317.446341.1000
Yxy17.44630.20500.2369
Hunter Lab41.7688-8.5937-29.1026
CIE-Lab48.8175-8.6254-32.7865

#227bab color RGB value is (34,123,171).

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

The process color (four color CMYK) of #227bab color hex is 0.80, 0.28, 0.00, 0.33. Web safe color of #227bab is #336699. Color #227bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111011 10101011
Octal 42 173 253
Decimal 34 123 171
Hex 22 7B AB

RGB Percentages of Color #227bab

%10.37
%37.50
%52.13

CMYK Percentages of Color #227bab

%80
%28
%0
%33

Triadic Colors of #227bab

#227bab #ab227b #7bab22

Analogous Colors of #227bab

#227bab #2237ab #22ab97

Monochromatic Colors of #227bab

#227bab

Complementary Color

#227bab #ab5222

#227bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#227bab Color CSS Codes

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

#227bab Text Font Color

<p style="color:#227bab">Text here</p>

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


#227bab Background Color

<div style="background-color:#227bab">
Div content here</div>

This div background color is #227bab


#227bab Border Color

<div style="border:3px solid #227bab">
Div here</div>

This div border color is #227bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227bab


Comments

No comments written yet.

Please login to write comment.