Color Hex Logo

#2e9bbc Color Hex

#2E9BBC
(46,155,188)
0 Favorites   0 Comments

Color spaces of #2e9bbc

RGB 46155188
HSL0.540.610.46
HSV194°76°74°
CMYK 0.760.180.00   0.26
XYZ21.925227.654451.7592
Yxy27.65440.21640.2729
Hunter Lab52.5875-17.6063-21.5450
CIE-Lab59.5752-19.1085-25.7870

#2e9bbc color RGB value is (46,155,188).

#2e9bbc hex color red value is 46, green value is 155 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2e9bbc hue: 0.54 , saturation: 0.61 and the lightness value of 2e9bbc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011011 10111100
Octal 56 233 274
Decimal 46 155 188
Hex 2E 9B BC

RGB Percentages of Color #2e9bbc

%11.83
%39.85
%48.33

CMYK Percentages of Color #2e9bbc

%76
%18
%0
%26

Triadic Colors of #2e9bbc

#2e9bbc #bc2e9b #9bbc2e

Analogous Colors of #2e9bbc

#2e9bbc #2e54bc #2ebc96

Monochromatic Colors of #2e9bbc

#2e9bbc

Complementary Color

#2e9bbc #bc4f2e

#2e9bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9bbc Color CSS Codes

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

#2e9bbc Text Font Color

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

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


#2e9bbc Background Color

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

This div background color is #2e9bbc


#2e9bbc Border Color

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

This div border color is #2e9bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9bbc


Comments

No comments written yet.

Please login to write comment.