Color Hex Logo

#2c6ead Color Hex

#2C6EAD
(44,110,173)
0 Favorites   0 Comments

Color spaces of #2c6ead

RGB 44110173
HSL0.580.590.43
HSV209°75°68°
CMYK 0.750.360.00   0.32
XYZ14.157514.704541.6272
Yxy14.70450.20080.2086
Hunter Lab38.3464-1.2041-37.5201
CIE-Lab45.22681.1363-39.5928

#2c6ead color RGB value is (44,110,173).

#2c6ead hex color red value is 44, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2c6ead hue: 0.58 , saturation: 0.59 and the lightness value of 2c6ead is 0.43.

The process color (four color CMYK) of #2c6ead color hex is 0.75, 0.36, 0.00, 0.32. Web safe color of #2c6ead is #336699. Color #2c6ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101110 10101101
Octal 54 156 255
Decimal 44 110 173
Hex 2C 6E AD

RGB Percentages of Color #2c6ead

%13.46
%33.64
%52.91

CMYK Percentages of Color #2c6ead

%75
%36
%0
%32

Triadic Colors of #2c6ead

#2c6ead #ad2c6e #6ead2c

Analogous Colors of #2c6ead

#2c6ead #2c2dad #2cadac

Monochromatic Colors of #2c6ead

#2c6ead

Complementary Color

#2c6ead #ad6b2c

#2c6ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6ead Color CSS Codes

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

#2c6ead Text Font Color

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

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


#2c6ead Background Color

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

This div background color is #2c6ead


#2c6ead Border Color

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

This div border color is #2c6ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,110,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c6ead


Comments

No comments written yet.

Please login to write comment.