color codes Logo

#4e828c color codes

#4E828C
(78,130,140)
0 Favorites   0 Comments

Color spaces of #4e828c

RGB 78130140
HSL0.530.280.43
HSV190°44°55°
CMYK 0.440.070.00   0.45
XYZ15.858119.478427.7348
Yxy19.47840.25140.3088
Hunter Lab44.1343-13.0975-6.3648
CIE-Lab51.2423-14.5788-10.8453

#4e828c color RGB value is (78,130,140).

#4e828c hex color red value is 78, green value is 130 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #4e828c hue: 0.53 , saturation: 0.28 and the lightness value of 4e828c is 0.43.

The process color (four color CMYK) of #4e828c color code is 0.44, 0.07, 0.00, 0.45. Web safe color of #4e828c is #669999. Color #4e828c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000010 10001100
Octal 116 202 214
Decimal 78 130 140
Hex 4E 82 8C

RGB Percentages of Color #4e828c

%22.41
%37.36
%40.23

CMYK Percentages of Color #4e828c

%44
%7
%0
%45

Triadic Colors of #4e828c

#4e828c #8c4e82 #828c4e

Analogous Colors of #4e828c

#4e828c #4e638c #4e8c77

Monochromatic Colors of #4e828c

#4e828c

Complementary Color

#4e828c #8c584e

#4e828c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e828c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e828c Color CSS Codes

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

#4e828c Text Font Color

<p style="color:#4e828c">Text here</p>

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


#4e828c Background Color

<div style="background-color:#4e828c">
Div content here</div>

This div background color is #4e828c


#4e828c Border Color

<div style="border:3px solid #4e828c">
Div here</div>

This div border color is #4e828c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,130,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e828c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e828c;
  -webkit-box-shadow: 1px 1px 3px 2px #4e828c;
  box-shadow:         1px 1px 3px 2px #4e828c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,130,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e828c


Comments

No comments written yet.

Please login to write comment.