Color Hex Logo

#227dac Color Hex

#227DAC
(34,125,172)
0 Favorites   0 Comments

Color spaces of #227dac

RGB 34125172
HSL0.560.670.40
HSV200°80°67°
CMYK 0.800.270.00   0.33
XYZ15.439717.985941.6876
Yxy17.98590.20560.2395
Hunter Lab42.4098-9.2324-28.5935
CIE-Lab49.4790-9.4209-32.3316

#227dac color RGB value is (34,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111101 10101100
Octal 42 175 254
Decimal 34 125 172
Hex 22 7D AC

RGB Percentages of Color #227dac

%10.27
%37.76
%51.96

CMYK Percentages of Color #227dac

%80
%27
%0
%33

Triadic Colors of #227dac

#227dac #ac227d #7dac22

Analogous Colors of #227dac

#227dac #2238ac #22ac96

Monochromatic Colors of #227dac

#227dac

Complementary Color

#227dac #ac5122

#227dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#227dac Color CSS Codes

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

#227dac Text Font Color

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

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


#227dac Background Color

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

This div background color is #227dac


#227dac Border Color

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

This div border color is #227dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,125,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #227dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227dac


Comments

No comments written yet.

Please login to write comment.