Color Hex Logo

#2e4dee Color Hex

#2E4DEE
(46,77,238)
0 Favorites   0 Comments

Color spaces of #2e4dee

RGB 4677238
HSL0.640.850.56
HSV230°81°93°
CMYK 0.810.680.00   0.07
XYZ19.213212.061682.2044
Yxy12.06160.16930.1063
Hunter Lab34.729837.9725-116.0267
CIE-Lab41.313946.4005-83.2963

#2e4dee color RGB value is (46,77,238).

#2e4dee hex color red value is 46, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2e4dee hue: 0.64 , saturation: 0.85 and the lightness value of 2e4dee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 01001101 11101110
Octal 56 115 356
Decimal 46 77 238
Hex 2E 4D EE

RGB Percentages of Color #2e4dee

%12.74
%21.33
%65.93

CMYK Percentages of Color #2e4dee

%81
%68
%0
%7

Triadic Colors of #2e4dee

#2e4dee #ee2e4d #4dee2e

Analogous Colors of #2e4dee

#2e4dee #6f2eee #2eadee

Monochromatic Colors of #2e4dee

#2e4dee

Complementary Color

#2e4dee #eecf2e

#2e4dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e4dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e4dee Color CSS Codes

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

#2e4dee Text Font Color

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

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


#2e4dee Background Color

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

This div background color is #2e4dee


#2e4dee Border Color

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

This div border color is #2e4dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e4dee


Comments

No comments written yet.

Please login to write comment.