Color Hex Logo

#2e98ce Color Hex

#2E98CE
(46,152,206)
0 Favorites   0 Comments

Color spaces of #2e98ce

RGB 46152206
HSL0.560.630.49
HSV200°78°81°
CMYK 0.780.260.00   0.19
XYZ23.495527.493562.4610
Yxy27.49350.20710.2423
Hunter Lab52.4342-11.7750-33.9238
CIE-Lab59.4284-11.3229-36.1314

#2e98ce color RGB value is (46,152,206).

#2e98ce hex color red value is 46, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2e98ce hue: 0.56 , saturation: 0.63 and the lightness value of 2e98ce is 0.49.

The process color (four color CMYK) of #2e98ce color hex is 0.78, 0.26, 0.00, 0.19. Web safe color of #2e98ce is #3399cc. Color #2e98ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011000 11001110
Octal 56 230 316
Decimal 46 152 206
Hex 2E 98 CE

RGB Percentages of Color #2e98ce

%11.39
%37.62
%50.99

CMYK Percentages of Color #2e98ce

%78
%26
%0
%19

Triadic Colors of #2e98ce

#2e98ce #ce2e98 #98ce2e

Analogous Colors of #2e98ce

#2e98ce #2e48ce #2eceb4

Monochromatic Colors of #2e98ce

#2e98ce

Complementary Color

#2e98ce #ce642e

#2e98ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e98ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e98ce Color CSS Codes

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

#2e98ce Text Font Color

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

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


#2e98ce Background Color

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

This div background color is #2e98ce


#2e98ce Border Color

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

This div border color is #2e98ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e98ce


Comments

No comments written yet.

Please login to write comment.