Color Hex Logo

#2e9cee Color Hex

#2E9CEE
(46,156,238)
0 Favorites   0 Comments

Color spaces of #2e9cee

RGB 46156238
HSL0.570.850.56
HSV206°81°93°
CMYK 0.810.340.00   0.07
XYZ28.447830.530885.2826
Yxy30.53080.19720.2116
Hunter Lab55.2547-4.7952-52.8326
CIE-Lab62.1095-2.2222-49.6870

#2e9cee color RGB value is (46,156,238).

#2e9cee hex color red value is 46, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2e9cee hue: 0.57 , saturation: 0.85 and the lightness value of 2e9cee is 0.56.

The process color (four color CMYK) of #2e9cee color hex is 0.81, 0.34, 0.00, 0.07. Web safe color of #2e9cee is #3399ff. Color #2e9cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011100 11101110
Octal 56 234 356
Decimal 46 156 238
Hex 2E 9C EE

RGB Percentages of Color #2e9cee

%10.45
%35.45
%54.09

CMYK Percentages of Color #2e9cee

%81
%34
%0
%7

Triadic Colors of #2e9cee

#2e9cee #ee2e9c #9cee2e

Analogous Colors of #2e9cee

#2e9cee #2e3cee #2eeee0

Monochromatic Colors of #2e9cee

#2e9cee

Complementary Color

#2e9cee #ee802e

#2e9cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9cee Color CSS Codes

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

#2e9cee Text Font Color

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

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


#2e9cee Background Color

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

This div background color is #2e9cee


#2e9cee Border Color

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

This div border color is #2e9cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9cee


Comments

No comments written yet.

Please login to write comment.