Color Hex Logo

#2ea3bd Color Hex

#2EA3BD
(46,163,189)
0 Favorites   0 Comments

Color spaces of #2ea3bd

RGB 46163189
HSL0.530.610.46
HSV191°76°74°
CMYK 0.760.140.00   0.26
XYZ23.409230.449452.7876
Yxy30.44940.21950.2855
Hunter Lab55.1810-20.8424-18.0917
CIE-Lab62.0401-22.9648-22.5643

#2ea3bd color RGB value is (46,163,189).

#2ea3bd hex color red value is 46, green value is 163 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2ea3bd hue: 0.53 , saturation: 0.61 and the lightness value of 2ea3bd is 0.46.

The process color (four color CMYK) of #2ea3bd color hex is 0.76, 0.14, 0.00, 0.26. Web safe color of #2ea3bd is #3399cc. Color #2ea3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100011 10111101
Octal 56 243 275
Decimal 46 163 189
Hex 2E A3 BD

RGB Percentages of Color #2ea3bd

%11.56
%40.95
%47.49

CMYK Percentages of Color #2ea3bd

%76
%14
%0
%26

Triadic Colors of #2ea3bd

#2ea3bd #bd2ea3 #a3bd2e

Analogous Colors of #2ea3bd

#2ea3bd #2e5cbd #2ebd90

Monochromatic Colors of #2ea3bd

#2ea3bd

Complementary Color

#2ea3bd #bd482e

#2ea3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea3bd Color CSS Codes

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

#2ea3bd Text Font Color

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

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


#2ea3bd Background Color

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

This div background color is #2ea3bd


#2ea3bd Border Color

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

This div border color is #2ea3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea3bd


Comments

No comments written yet.

Please login to write comment.