Color Hex Logo

#78abea Color Hex

#78ABEA
(120,171,234)
0 Favorites   0 Comments

Color spaces of #78abea

RGB 120171234
HSL0.590.730.69
HSV213°49°92°
CMYK 0.490.270.00   0.08
XYZ37.159939.059483.4226
Yxy39.05940.23280.2447
Hunter Lab62.4975-3.2378-35.3929
CIE-Lab68.79430.1152-36.8115

#78abea color RGB value is (120,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 11101010
Octal 170 253 352
Decimal 120 171 234
Hex 78 AB EA

RGB Percentages of Color #78abea

%22.86
%32.57
%44.57

CMYK Percentages of Color #78abea

%49
%27
%0
%8

Triadic Colors of #78abea

#78abea #ea78ab #abea78

Analogous Colors of #78abea

#78abea #7e78ea #78e4ea

Monochromatic Colors of #78abea

#78abea

Complementary Color

#78abea #eab778

#78abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abea Color CSS Codes

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

#78abea Text Font Color

<p style="color:#78abea">Text here</p>

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


#78abea Background Color

<div style="background-color:#78abea">
Div content here</div>

This div background color is #78abea


#78abea Border Color

<div style="border:3px solid #78abea">
Div here</div>

This div border color is #78abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abea


Comments

No comments written yet.

Please login to write comment.