Color Hex Logo

#2e9bdd Color Hex

#2E9BDD
(46,155,221)
0 Favorites   0 Comments

Color spaces of #2e9bdd

RGB 46155221
HSL0.560.720.52
HSV203°79°87°
CMYK 0.790.300.00   0.13
XYZ25.899229.244072.6862
Yxy29.24400.20260.2288
Hunter Lab54.0777-9.1478-41.8376
CIE-Lab60.9964-7.7260-42.0419

#2e9bdd color RGB value is (46,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011011 11011101
Octal 56 233 335
Decimal 46 155 221
Hex 2E 9B DD

RGB Percentages of Color #2e9bdd

%10.90
%36.73
%52.37

CMYK Percentages of Color #2e9bdd

%79
%30
%0
%13

Triadic Colors of #2e9bdd

#2e9bdd #dd2e9b #9bdd2e

Analogous Colors of #2e9bdd

#2e9bdd #2e44dd #2eddc8

Monochromatic Colors of #2e9bdd

#2e9bdd

Complementary Color

#2e9bdd #dd702e

#2e9bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9bdd Color CSS Codes

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

#2e9bdd Text Font Color

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

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


#2e9bdd Background Color

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

This div background color is #2e9bdd


#2e9bdd Border Color

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

This div border color is #2e9bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9bdd


Comments

No comments written yet.

Please login to write comment.