Color Hex Logo

#2e9bdc Color Hex

#2E9BDC
(46,155,220)
0 Favorites   0 Comments

Color spaces of #2e9bdc

RGB 46155220
HSL0.560.710.52
HSV202°79°86°
CMYK 0.790.300.00   0.14
XYZ25.766329.190871.9865
Yxy29.19080.20300.2300
Hunter Lab54.0285-9.4229-41.1768
CIE-Lab60.9497-8.0800-41.5598

#2e9bdc color RGB value is (46,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011011 11011100
Octal 56 233 334
Decimal 46 155 220
Hex 2E 9B DC

RGB Percentages of Color #2e9bdc

%10.93
%36.82
%52.26

CMYK Percentages of Color #2e9bdc

%79
%30
%0
%14

Triadic Colors of #2e9bdc

#2e9bdc #dc2e9b #9bdc2e

Analogous Colors of #2e9bdc

#2e9bdc #2e44dc #2edcc6

Monochromatic Colors of #2e9bdc

#2e9bdc

Complementary Color

#2e9bdc #dc6f2e

#2e9bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9bdc Color CSS Codes

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

#2e9bdc Text Font Color

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

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


#2e9bdc Background Color

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

This div background color is #2e9bdc


#2e9bdc Border Color

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

This div border color is #2e9bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9bdc


Comments

No comments written yet.

Please login to write comment.