Color Hex Logo

#78abbe Color Hex

#78ABBE
(120,171,190)
0 Favorites   0 Comments

Color spaces of #78abbe

RGB 120171190
HSL0.550.350.61
HSV196°37°75°
CMYK 0.370.100.00   0.25
XYZ31.602936.836654.1597
Yxy36.83660.25780.3005
Hunter Lab60.6932-13.2682-10.4224
CIE-Lab67.1543-12.0329-15.0963

#78abbe color RGB value is (120,171,190).

#78abbe hex color red value is 120, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #78abbe hue: 0.55 , saturation: 0.35 and the lightness value of 78abbe is 0.61.

The process color (four color CMYK) of #78abbe color hex is 0.37, 0.10, 0.00, 0.25. Web safe color of #78abbe is #6699cc. Color #78abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 10111110
Octal 170 253 276
Decimal 120 171 190
Hex 78 AB BE

RGB Percentages of Color #78abbe

%24.95
%35.55
%39.50

CMYK Percentages of Color #78abbe

%37
%10
%0
%25

Triadic Colors of #78abbe

#78abbe #be78ab #abbe78

Analogous Colors of #78abbe

#78abbe #7888be #78beae

Monochromatic Colors of #78abbe

#78abbe

Complementary Color

#78abbe #be8b78

#78abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abbe Color CSS Codes

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

#78abbe Text Font Color

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

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


#78abbe Background Color

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

This div background color is #78abbe


#78abbe Border Color

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

This div border color is #78abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abbe


Comments

No comments written yet.

Please login to write comment.