Color Hex Logo

#227acc Color Hex

#227ACC
(34,122,204)
0 Favorites   0 Comments

Color spaces of #227acc

RGB 34122204
HSL0.580.710.47
HSV209°83°80°
CMYK 0.830.400.00   0.20
XYZ18.518318.618859.7445
Yxy18.61880.19110.1922
Hunter Lab43.14951.0945-51.8879
CIE-Lab50.23824.3522-49.5316

#227acc color RGB value is (34,122,204).

#227acc hex color red value is 34, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #227acc hue: 0.58 , saturation: 0.71 and the lightness value of 227acc is 0.47.

The process color (four color CMYK) of #227acc color hex is 0.83, 0.40, 0.00, 0.20. Web safe color of #227acc is #3366cc. Color #227acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01111010 11001100
Octal 42 172 314
Decimal 34 122 204
Hex 22 7A CC

RGB Percentages of Color #227acc

%9.44
%33.89
%56.67

CMYK Percentages of Color #227acc

%83
%40
%0
%20

Triadic Colors of #227acc

#227acc #cc227a #7acc22

Analogous Colors of #227acc

#227acc #2225cc #22ccc9

Monochromatic Colors of #227acc

#227acc

Complementary Color

#227acc #cc7422

#227acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#227acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#227acc Color CSS Codes

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

#227acc Text Font Color

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

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


#227acc Background Color

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

This div background color is #227acc


#227acc Border Color

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

This div border color is #227acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #227acc


Comments

No comments written yet.

Please login to write comment.