Color Hex Logo

#226dcc Color Hex

#226DCC
(34,109,204)
0 Favorites   0 Comments

Color spaces of #226dcc

RGB 34109204
HSL0.590.710.47
HSV214°83°80°
CMYK 0.830.470.00   0.20
XYZ17.027415.637059.2475
Yxy15.63700.18530.1701
Hunter Lab39.54367.6603-61.1525
CIE-Lab46.494612.4910-55.5308

#226dcc color RGB value is (34,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01101101 11001100
Octal 42 155 314
Decimal 34 109 204
Hex 22 6D CC

RGB Percentages of Color #226dcc

%9.80
%31.41
%58.79

CMYK Percentages of Color #226dcc

%83
%47
%0
%20

Triadic Colors of #226dcc

#226dcc #cc226d #6dcc22

Analogous Colors of #226dcc

#226dcc #2c22cc #22c2cc

Monochromatic Colors of #226dcc

#226dcc

Complementary Color

#226dcc #cc8122

#226dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#226dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#226dcc Color CSS Codes

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

#226dcc Text Font Color

<p style="color:#226dcc">Text here</p>

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


#226dcc Background Color

<div style="background-color:#226dcc">
Div content here</div>

This div background color is #226dcc


#226dcc Border Color

<div style="border:3px solid #226dcc">
Div here</div>

This div border color is #226dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #226dcc


Comments

No comments written yet.

Please login to write comment.