Color Hex Logo

#2c6aed Color Hex

#2C6AED
(44,106,237)
0 Favorites   0 Comments

Color spaces of #2c6aed

RGB 44106237
HSL0.610.840.55
HSV221°81°93°
CMYK 0.810.550.00   0.07
XYZ21.478816.958082.2619
Yxy16.95800.17800.1405
Hunter Lab41.180121.0372-89.6124
CIE-Lab48.207127.7967-71.4539

#2c6aed color RGB value is (44,106,237).

#2c6aed hex color red value is 44, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2c6aed hue: 0.61 , saturation: 0.84 and the lightness value of 2c6aed is 0.55.

The process color (four color CMYK) of #2c6aed color hex is 0.81, 0.55, 0.00, 0.07. Web safe color of #2c6aed is #3366ff. Color #2c6aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101010 11101101
Octal 54 152 355
Decimal 44 106 237
Hex 2C 6A ED

RGB Percentages of Color #2c6aed

%11.37
%27.39
%61.24

CMYK Percentages of Color #2c6aed

%81
%55
%0
%7

Triadic Colors of #2c6aed

#2c6aed #ed2c6a #6aed2c

Analogous Colors of #2c6aed

#2c6aed #4e2ced #2ccbed

Monochromatic Colors of #2c6aed

#2c6aed

Complementary Color

#2c6aed #edaf2c

#2c6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6aed Color CSS Codes

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

#2c6aed Text Font Color

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

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


#2c6aed Background Color

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

This div background color is #2c6aed


#2c6aed Border Color

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

This div border color is #2c6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c6aed


Comments

No comments written yet.

Please login to write comment.