Color Hex Logo

#2e6dac Color Hex

#2E6DAC
(46,109,172)
0 Favorites   0 Comments

Color spaces of #2e6dac

RGB 46109172
HSL0.580.580.43
HSV210°73°67°
CMYK 0.730.370.00   0.33
XYZ14.041714.496741.0878
Yxy14.49670.20170.2082
Hunter Lab38.0745-0.8005-37.3301
CIE-Lab44.93701.6608-39.4628

#2e6dac color RGB value is (46,109,172).

#2e6dac hex color red value is 46, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2e6dac hue: 0.58 , saturation: 0.58 and the lightness value of 2e6dac is 0.43.

The process color (four color CMYK) of #2e6dac color hex is 0.73, 0.37, 0.00, 0.33. Web safe color of #2e6dac is #336699. Color #2e6dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01101101 10101100
Octal 56 155 254
Decimal 46 109 172
Hex 2E 6D AC

RGB Percentages of Color #2e6dac

%14.07
%33.33
%52.60

CMYK Percentages of Color #2e6dac

%73
%37
%0
%33

Triadic Colors of #2e6dac

#2e6dac #ac2e6d #6dac2e

Analogous Colors of #2e6dac

#2e6dac #2e2eac #2eacac

Monochromatic Colors of #2e6dac

#2e6dac

Complementary Color

#2e6dac #ac6d2e

#2e6dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e6dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e6dac Color CSS Codes

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

#2e6dac Text Font Color

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

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


#2e6dac Background Color

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

This div background color is #2e6dac


#2e6dac Border Color

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

This div border color is #2e6dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e6dac


Comments

No comments written yet.

Please login to write comment.