Color Hex Logo

#2e9dde Color Hex

#2E9DDE
(46,157,222)
0 Favorites   0 Comments

Color spaces of #2e9dde

RGB 46157222
HSL0.560.730.53
HSV202°79°87°
CMYK 0.790.290.00   0.13
XYZ26.368529.968773.5020
Yxy29.96870.20310.2308
Hunter Lab54.7437-9.8230-41.2856
CIE-Lab61.6272-8.4989-41.6058

#2e9dde color RGB value is (46,157,222).

#2e9dde hex color red value is 46, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2e9dde hue: 0.56 , saturation: 0.73 and the lightness value of 2e9dde is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011101 11011110
Octal 56 235 336
Decimal 46 157 222
Hex 2E 9D DE

RGB Percentages of Color #2e9dde

%10.82
%36.94
%52.24

CMYK Percentages of Color #2e9dde

%79
%29
%0
%13

Triadic Colors of #2e9dde

#2e9dde #de2e9d #9dde2e

Analogous Colors of #2e9dde

#2e9dde #2e45de #2edec7

Monochromatic Colors of #2e9dde

#2e9dde

Complementary Color

#2e9dde #de6f2e

#2e9dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9dde Color CSS Codes

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

#2e9dde Text Font Color

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

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


#2e9dde Background Color

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

This div background color is #2e9dde


#2e9dde Border Color

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

This div border color is #2e9dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9dde


Comments

No comments written yet.

Please login to write comment.