Color Hex Logo

#4e94ba Color Hex

#4E94BA
(78,148,186)
0 Favorites   0 Comments

Color spaces of #4e94ba

RGB 78148186
HSL0.560.440.52
HSV201°58°73°
CMYK 0.580.200.00   0.27
XYZ22.594726.344750.3485
Yxy26.34470.22760.2653
Hunter Lab51.3271-11.2449-22.2306
CIE-Lab58.3628-10.7926-26.4462

#4e94ba color RGB value is (78,148,186).

#4e94ba hex color red value is 78, green value is 148 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4e94ba hue: 0.56 , saturation: 0.44 and the lightness value of 4e94ba is 0.52.

The process color (four color CMYK) of #4e94ba color hex is 0.58, 0.20, 0.00, 0.27. Web safe color of #4e94ba is #6699cc. Color #4e94ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10010100 10111010
Octal 116 224 272
Decimal 78 148 186
Hex 4E 94 BA

RGB Percentages of Color #4e94ba

%18.93
%35.92
%45.15

CMYK Percentages of Color #4e94ba

%58
%20
%0
%27

Triadic Colors of #4e94ba

#4e94ba #ba4e94 #94ba4e

Analogous Colors of #4e94ba

#4e94ba #4e5eba #4ebaaa

Monochromatic Colors of #4e94ba

#4e94ba

Complementary Color

#4e94ba #ba744e

#4e94ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e94ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e94ba Color CSS Codes

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

#4e94ba Text Font Color

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

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


#4e94ba Background Color

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

This div background color is #4e94ba


#4e94ba Border Color

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

This div border color is #4e94ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e94ba


Comments

No comments written yet.

Please login to write comment.