Color Hex Logo

#7894ea Color Hex

#7894EA
(120,148,234)
0 Favorites   0 Comments

Color spaces of #7894ea

RGB 120148234
HSL0.630.730.69
HSV225°49°92°
CMYK 0.490.370.00   0.08
XYZ33.186931.113482.0982
Yxy31.11340.22670.2125
Hunter Lab55.77948.5877-48.2197
CIE-Lab62.603213.2767-46.5120

#7894ea color RGB value is (120,148,234).

#7894ea hex color red value is 120, green value is 148 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7894ea hue: 0.63 , saturation: 0.73 and the lightness value of 7894ea is 0.69.

The process color (four color CMYK) of #7894ea color hex is 0.49, 0.37, 0.00, 0.08. Web safe color of #7894ea is #6699ff. Color #7894ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010100 11101010
Octal 170 224 352
Decimal 120 148 234
Hex 78 94 EA

RGB Percentages of Color #7894ea

%23.90
%29.48
%46.61

CMYK Percentages of Color #7894ea

%49
%37
%0
%8

Triadic Colors of #7894ea

#7894ea #ea7894 #94ea78

Analogous Colors of #7894ea

#7894ea #9578ea #78cdea

Monochromatic Colors of #7894ea

#7894ea

Complementary Color

#7894ea #eace78

#7894ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7894ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7894ea Color CSS Codes

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

#7894ea Text Font Color

<p style="color:#7894ea">Text here</p>

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


#7894ea Background Color

<div style="background-color:#7894ea">
Div content here</div>

This div background color is #7894ea


#7894ea Border Color

<div style="border:3px solid #7894ea">
Div here</div>

This div border color is #7894ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,148,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7894ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7894ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7894ea;
  box-shadow:         1px 1px 3px 2px #7894ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7894ea


Comments

No comments written yet.

Please login to write comment.