Color Hex Logo

#78abec Color Hex

#78ABEC
(120,171,236)
0 Favorites   0 Comments

Color spaces of #78abec

RGB 120171236
HSL0.590.750.70
HSV214°49°93°
CMYK 0.490.280.00   0.07
XYZ37.449039.175084.9446
Yxy39.17500.23180.2425
Hunter Lab62.5899-2.7317-36.6531
CIE-Lab68.87780.7007-37.7736

#78abec color RGB value is (120,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 11101100
Octal 170 253 354
Decimal 120 171 236
Hex 78 AB EC

RGB Percentages of Color #78abec

%22.77
%32.45
%44.78

CMYK Percentages of Color #78abec

%49
%28
%0
%7

Triadic Colors of #78abec

#78abec #ec78ab #abec78

Analogous Colors of #78abec

#78abec #7f78ec #78e5ec

Monochromatic Colors of #78abec

#78abec

Complementary Color

#78abec #ecb978

#78abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abec Color CSS Codes

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

#78abec Text Font Color

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

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


#78abec Background Color

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

This div background color is #78abec


#78abec Border Color

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

This div border color is #78abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abec


Comments

No comments written yet.

Please login to write comment.