Color Hex Logo

#2e787c Color Hex

#2E787C
(46,120,124)
0 Favorites   0 Comments

Color spaces of #2e787c

RGB 46120124
HSL0.510.460.33
HSV183°63°49°
CMYK 0.630.030.00   0.51
XYZ11.481315.469021.4495
Yxy15.46900.23720.3196
Hunter Lab39.3306-16.7214-4.8031
CIE-Lab46.2700-21.2398-9.0101

#2e787c color RGB value is (46,120,124).

#2e787c hex color red value is 46, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2e787c hue: 0.51 , saturation: 0.46 and the lightness value of 2e787c is 0.33.

The process color (four color CMYK) of #2e787c color hex is 0.63, 0.03, 0.00, 0.51. Web safe color of #2e787c is #336666. Color #2e787c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 01111000 01111100
Octal 56 170 174
Decimal 46 120 124
Hex 2E 78 7C

RGB Percentages of Color #2e787c

%15.86
%41.38
%42.76

CMYK Percentages of Color #2e787c

%63
%3
%0
%51

Triadic Colors of #2e787c

#2e787c #7c2e78 #787c2e

Analogous Colors of #2e787c

#2e787c #2e517c #2e7c59

Monochromatic Colors of #2e787c

#2e787c

Complementary Color

#2e787c #7c322e

#2e787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e787c Color CSS Codes

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

#2e787c Text Font Color

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

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


#2e787c Background Color

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

This div background color is #2e787c


#2e787c Border Color

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

This div border color is #2e787c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e787c


Comments

No comments written yet.

Please login to write comment.