Color Hex Logo

#2ea5db Color Hex

#2EA5DB
(46,165,219)
0 Favorites   0 Comments

Color spaces of #2ea5db

RGB 46165219
HSL0.550.710.52
HSV199°79°86°
CMYK 0.790.250.00   0.14
XYZ27.368032.605671.8689
Yxy32.60560.20760.2473
Hunter Lab57.1013-14.3743-34.6527
CIE-Lab63.8403-13.9687-36.4810

#2ea5db color RGB value is (46,165,219).

#2ea5db hex color red value is 46, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2ea5db hue: 0.55 , saturation: 0.71 and the lightness value of 2ea5db is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10100101 11011011
Octal 56 245 333
Decimal 46 165 219
Hex 2E A5 DB

RGB Percentages of Color #2ea5db

%10.70
%38.37
%50.93

CMYK Percentages of Color #2ea5db

%79
%25
%0
%14

Triadic Colors of #2ea5db

#2ea5db #db2ea5 #a5db2e

Analogous Colors of #2ea5db

#2ea5db #2e4edb #2edbbb

Monochromatic Colors of #2ea5db

#2ea5db

Complementary Color

#2ea5db #db642e

#2ea5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea5db Color CSS Codes

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

#2ea5db Text Font Color

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

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


#2ea5db Background Color

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

This div background color is #2ea5db


#2ea5db Border Color

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

This div border color is #2ea5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea5db


Comments

No comments written yet.

Please login to write comment.