Color Hex Logo

#2c6aee Color Hex

#2C6AEE
(44,106,238)
0 Favorites   0 Comments

Color spaces of #2c6aee

RGB 44106238
HSL0.610.850.55
HSV221°82°93°
CMYK 0.820.550.00   0.07
XYZ21.625417.016683.0337
Yxy17.01660.17770.1399
Hunter Lab41.251221.3868-90.4679
CIE-Lab48.280928.1696-71.8944

#2c6aee color RGB value is (44,106,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101010 11101110
Octal 54 152 356
Decimal 44 106 238
Hex 2C 6A EE

RGB Percentages of Color #2c6aee

%11.34
%27.32
%61.34

CMYK Percentages of Color #2c6aee

%82
%55
%0
%7

Triadic Colors of #2c6aee

#2c6aee #ee2c6a #6aee2c

Analogous Colors of #2c6aee

#2c6aee #4f2cee #2ccbee

Monochromatic Colors of #2c6aee

#2c6aee

Complementary Color

#2c6aee #eeb02c

#2c6aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6aee Color CSS Codes

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

#2c6aee Text Font Color

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

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


#2c6aee Background Color

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

This div background color is #2c6aee


#2c6aee Border Color

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

This div border color is #2c6aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2c6aee


Comments

No comments written yet.

Please login to write comment.