Color Hex Logo

#2c7ecc Color Hex

#2C7ECC
(44,126,204)
0 Favorites   0 Comments

Color spaces of #2c7ecc

RGB 44126204
HSL0.580.650.49
HSV209°78°80°
CMYK 0.780.380.00   0.20
XYZ19.398619.816859.9294
Yxy19.81680.19570.1999
Hunter Lab44.5161-0.1188-48.6574
CIE-Lab51.62942.8776-47.3017

#2c7ecc color RGB value is (44,126,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 01111110 11001100
Octal 54 176 314
Decimal 44 126 204
Hex 2C 7E CC

RGB Percentages of Color #2c7ecc

%11.76
%33.69
%54.55

CMYK Percentages of Color #2c7ecc

%78
%38
%0
%20

Triadic Colors of #2c7ecc

#2c7ecc #cc2c7e #7ecc2c

Analogous Colors of #2c7ecc

#2c7ecc #2c2ecc #2cccca

Monochromatic Colors of #2c7ecc

#2c7ecc

Complementary Color

#2c7ecc #cc7a2c

#2c7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c7ecc Color CSS Codes

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

#2c7ecc Text Font Color

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

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


#2c7ecc Background Color

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

This div background color is #2c7ecc


#2c7ecc Border Color

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

This div border color is #2c7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c7ecc


Comments

No comments written yet.

Please login to write comment.