Color Hex Logo

#2c96cc Color Hex

#2C96CC
(44,150,204)
0 Favorites   0 Comments

Color spaces of #2c96cc

RGB 44150204
HSL0.560.650.49
HSV200°78°80°
CMYK 0.780.260.00   0.20
XYZ22.844126.707861.0778
Yxy26.70780.20650.2414
Hunter Lab51.6796-11.5363-33.8965
CIE-Lab58.7029-11.1230-36.1464

#2c96cc color RGB value is (44,150,204).

#2c96cc hex color red value is 44, green value is 150 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2c96cc hue: 0.56 , saturation: 0.65 and the lightness value of 2c96cc is 0.49.

The process color (four color CMYK) of #2c96cc color hex is 0.78, 0.26, 0.00, 0.20. Web safe color of #2c96cc is #3399cc. Color #2c96cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10010110 11001100
Octal 54 226 314
Decimal 44 150 204
Hex 2C 96 CC

RGB Percentages of Color #2c96cc

%11.06
%37.69
%51.26

CMYK Percentages of Color #2c96cc

%78
%26
%0
%20

Triadic Colors of #2c96cc

#2c96cc #cc2c96 #96cc2c

Analogous Colors of #2c96cc

#2c96cc #2c46cc #2cccb2

Monochromatic Colors of #2c96cc

#2c96cc

Complementary Color

#2c96cc #cc622c

#2c96cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c96cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c96cc Color CSS Codes

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

#2c96cc Text Font Color

<p style="color:#2c96cc">Text here</p>

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


#2c96cc Background Color

<div style="background-color:#2c96cc">
Div content here</div>

This div background color is #2c96cc


#2c96cc Border Color

<div style="border:3px solid #2c96cc">
Div here</div>

This div border color is #2c96cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,150,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c96cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c96cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2c96cc;
  box-shadow:         1px 1px 3px 2px #2c96cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,150,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 #2c96cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c96cc


Comments

No comments written yet.

Please login to write comment.