Color Hex Logo

#2266cc Color Hex

#2266CC
(34,102,204)
2 Favorites   0 Comments

Color spaces of #2266cc

RGB 34102204
HSL0.600.710.47
HSV216°83°80°
CMYK 0.830.500.00   0.20
XYZ16.310114.202559.0085
Yxy14.20250.18220.1586
Hunter Lab37.686211.3016-66.4551
CIE-Lab44.522016.9789-58.7121

#2266cc color RGB value is (34,102,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01100110 11001100
Octal 42 146 314
Decimal 34 102 204
Hex 22 66 CC

RGB Percentages of Color #2266cc

%10.00
%30.00
%60.00

CMYK Percentages of Color #2266cc

%83
%50
%0
%20

Triadic Colors of #2266cc

#2266cc #cc2266 #66cc22

Analogous Colors of #2266cc

#2266cc #3322cc #22bbcc

Monochromatic Colors of #2266cc

#2266cc

Complementary Color

#2266cc #cc8822

#2266cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2266cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2266cc Color CSS Codes

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

#2266cc Text Font Color

<p style="color:#2266cc">Text here</p>

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


#2266cc Background Color

<div style="background-color:#2266cc">
Div content here</div>

This div background color is #2266cc


#2266cc Border Color

<div style="border:3px solid #2266cc">
Div here</div>

This div border color is #2266cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2266cc


Comments

No comments written yet.

Please login to write comment.