Color Hex Logo

#2e9dba Color Hex

#2E9DBA
(46,157,186)
0 Favorites   0 Comments

Color spaces of #2e9dba

RGB 46157186
HSL0.530.600.45
HSV192°75°73°
CMYK 0.750.160.00   0.27
XYZ22.046628.240050.7433
Yxy28.24000.21820.2795
Hunter Lab53.1413-18.9435-19.4156
CIE-Lab60.1049-20.8269-23.8457

#2e9dba color RGB value is (46,157,186).

#2e9dba hex color red value is 46, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2e9dba hue: 0.53 , saturation: 0.60 and the lightness value of 2e9dba is 0.45.

The process color (four color CMYK) of #2e9dba color hex is 0.75, 0.16, 0.00, 0.27. Web safe color of #2e9dba is #3399cc. Color #2e9dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011101 10111010
Octal 56 235 272
Decimal 46 157 186
Hex 2E 9D BA

RGB Percentages of Color #2e9dba

%11.83
%40.36
%47.81

CMYK Percentages of Color #2e9dba

%75
%16
%0
%27

Triadic Colors of #2e9dba

#2e9dba #ba2e9d #9dba2e

Analogous Colors of #2e9dba

#2e9dba #2e57ba #2eba91

Monochromatic Colors of #2e9dba

#2e9dba

Complementary Color

#2e9dba #ba4b2e

#2e9dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9dba Color CSS Codes

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

#2e9dba Text Font Color

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

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


#2e9dba Background Color

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

This div background color is #2e9dba


#2e9dba Border Color

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

This div border color is #2e9dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9dba


Comments

No comments written yet.

Please login to write comment.