Color Hex Logo

#227dab Color Hex

#227DAB
(34,125,171)
0 Favorites   0 Comments

Color spaces of #227dab

RGB 34125171
HSL0.560.670.40
HSV200°80°67°
CMYK 0.800.270.00   0.33
XYZ15.344017.947641.1836
Yxy17.94760.20600.2410
Hunter Lab42.3646-9.4873-27.9819
CIE-Lab49.4325-9.7852-31.8241

#227dab color RGB value is (34,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111101 10101011
Octal 42 175 253
Decimal 34 125 171
Hex 22 7D AB

RGB Percentages of Color #227dab

%10.30
%37.88
%51.82

CMYK Percentages of Color #227dab

%80
%27
%0
%33

Triadic Colors of #227dab

#227dab #ab227d #7dab22

Analogous Colors of #227dab

#227dab #2238ab #22ab95

Monochromatic Colors of #227dab

#227dab

Complementary Color

#227dab #ab5022

#227dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#227dab Color CSS Codes

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

#227dab Text Font Color

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

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


#227dab Background Color

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

This div background color is #227dab


#227dab Border Color

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

This div border color is #227dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227dab


Comments

No comments written yet.

Please login to write comment.