Color Hex Logo

#2e535b Color Hex

#2E535B
(46,83,91)
0 Favorites   0 Comments

Color spaces of #2e535b

RGB 468391
HSL0.530.330.27
HSV191°49°36°
CMYK 0.490.090.00   0.64
XYZ6.10837.522711.0276
Yxy7.52270.24770.3051
Hunter Lab27.4275-8.2450-4.6390
CIE-Lab32.9684-10.7939-8.7977

#2e535b color RGB value is (46,83,91).

#2e535b hex color red value is 46, green value is 83 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #2e535b hue: 0.53 , saturation: 0.33 and the lightness value of 2e535b is 0.27.

The process color (four color CMYK) of #2e535b color hex is 0.49, 0.09, 0.00, 0.64. Web safe color of #2e535b is #336666. Color #2e535b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01010011 01011011
Octal 56 123 133
Decimal 46 83 91
Hex 2E 53 5B

RGB Percentages of Color #2e535b

%20.91
%37.73
%41.36

CMYK Percentages of Color #2e535b

%49
%9
%0
%64

Triadic Colors of #2e535b

#2e535b #5b2e53 #535b2e

Analogous Colors of #2e535b

#2e535b #2e3d5b #2e5b4d

Monochromatic Colors of #2e535b

#2e535b

Complementary Color

#2e535b #5b362e

#2e535b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e535b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e535b Color CSS Codes

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

#2e535b Text Font Color

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

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


#2e535b Background Color

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

This div background color is #2e535b


#2e535b Border Color

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

This div border color is #2e535b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e535b


Comments

No comments written yet.

Please login to write comment.