Color Hex Logo

#2e9adb Color Hex

#2E9ADB
(46,154,219)
0 Favorites   0 Comments

Color spaces of #2e9adb

RGB 46154219
HSL0.560.710.52
HSV203°79°86°
CMYK 0.790.300.00   0.14
XYZ25.468528.806571.2357
Yxy28.80650.20290.2295
Hunter Lab53.6717-9.2229-41.1224
CIE-Lab60.6105-7.8696-41.5368

#2e9adb color RGB value is (46,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011010 11011011
Octal 56 232 333
Decimal 46 154 219
Hex 2E 9A DB

RGB Percentages of Color #2e9adb

%10.98
%36.75
%52.27

CMYK Percentages of Color #2e9adb

%79
%30
%0
%14

Triadic Colors of #2e9adb

#2e9adb #db2e9a #9adb2e

Analogous Colors of #2e9adb

#2e9adb #2e43db #2edbc6

Monochromatic Colors of #2e9adb

#2e9adb

Complementary Color

#2e9adb #db6f2e

#2e9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9adb Color CSS Codes

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

#2e9adb Text Font Color

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

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


#2e9adb Background Color

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

This div background color is #2e9adb


#2e9adb Border Color

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

This div border color is #2e9adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,154,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 #2e9adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9adb


Comments

No comments written yet.

Please login to write comment.