Color Hex Logo

#2e6acd Color Hex

#2E6ACD
(46,106,205)
0 Favorites   0 Comments

Color spaces of #2e6acd

RGB 46106205
HSL0.600.630.49
HSV217°78°80°
CMYK 0.780.480.00   0.20
XYZ17.300215.296759.7983
Yxy15.29670.18720.1656
Hunter Lab39.111010.5127-63.2731
CIE-Lab46.037915.9567-56.8226

#2e6acd color RGB value is (46,106,205).

#2e6acd hex color red value is 46, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2e6acd hue: 0.60 , saturation: 0.63 and the lightness value of 2e6acd is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101010 11001101
Octal 56 152 315
Decimal 46 106 205
Hex 2E 6A CD

RGB Percentages of Color #2e6acd

%12.89
%29.69
%57.42

CMYK Percentages of Color #2e6acd

%78
%48
%0
%20

Triadic Colors of #2e6acd

#2e6acd #cd2e6a #6acd2e

Analogous Colors of #2e6acd

#2e6acd #422ecd #2ebacd

Monochromatic Colors of #2e6acd

#2e6acd

Complementary Color

#2e6acd #cd912e

#2e6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6acd Color CSS Codes

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

#2e6acd Text Font Color

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

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


#2e6acd Background Color

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

This div background color is #2e6acd


#2e6acd Border Color

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

This div border color is #2e6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6acd


Comments

No comments written yet.

Please login to write comment.