Color Hex Logo

#4e84bc Color Hex

#4E84BC
(78,132,188)
0 Favorites   0 Comments

Color spaces of #4e84bc

RGB 78132188
HSL0.580.450.52
HSV211°59°74°
CMYK 0.590.300.00   0.26
XYZ20.470221.753150.6968
Yxy21.75310.22030.2341
Hunter Lab46.6402-3.2775-31.7987
CIE-Lab53.7641-0.9994-34.7309

#4e84bc color RGB value is (78,132,188).

#4e84bc hex color red value is 78, green value is 132 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4e84bc hue: 0.58 , saturation: 0.45 and the lightness value of 4e84bc is 0.52.

The process color (four color CMYK) of #4e84bc color hex is 0.59, 0.30, 0.00, 0.26. Web safe color of #4e84bc is #6699cc. Color #4e84bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10000100 10111100
Octal 116 204 274
Decimal 78 132 188
Hex 4E 84 BC

RGB Percentages of Color #4e84bc

%19.60
%33.17
%47.24

CMYK Percentages of Color #4e84bc

%59
%30
%0
%26

Triadic Colors of #4e84bc

#4e84bc #bc4e84 #84bc4e

Analogous Colors of #4e84bc

#4e84bc #4f4ebc #4ebbbc

Monochromatic Colors of #4e84bc

#4e84bc

Complementary Color

#4e84bc #bc864e

#4e84bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e84bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e84bc Color CSS Codes

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

#4e84bc Text Font Color

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

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


#4e84bc Background Color

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

This div background color is #4e84bc


#4e84bc Border Color

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

This div border color is #4e84bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,132,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 #4e84bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e84bc


Comments

No comments written yet.

Please login to write comment.