Color Hex Logo

#2e9add Color Hex

#2E9ADD
(46,154,221)
0 Favorites   0 Comments

Color spaces of #2e9add

RGB 46154221
HSL0.560.720.52
HSV203°79°87°
CMYK 0.790.300.00   0.13
XYZ25.733528.912572.6310
Yxy28.91250.20220.2272
Hunter Lab53.7703-8.6713-42.4475
CIE-Lab60.7043-7.1599-42.5012

#2e9add color RGB value is (46,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011010 11011101
Octal 56 232 335
Decimal 46 154 221
Hex 2E 9A DD

RGB Percentages of Color #2e9add

%10.93
%36.58
%52.49

CMYK Percentages of Color #2e9add

%79
%30
%0
%13

Triadic Colors of #2e9add

#2e9add #dd2e9a #9add2e

Analogous Colors of #2e9add

#2e9add #2e42dd #2eddc9

Monochromatic Colors of #2e9add

#2e9add

Complementary Color

#2e9add #dd712e

#2e9add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9add Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9add Color CSS Codes

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

#2e9add Text Font Color

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

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


#2e9add Background Color

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

This div background color is #2e9add


#2e9add Border Color

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

This div border color is #2e9add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9add


Comments

No comments written yet.

Please login to write comment.