Color Hex Logo

#78aec6 Color Hex

#78AEC6
(120,174,198)
0 Favorites   0 Comments

Color spaces of #78aec6

RGB 120174198
HSL0.550.410.62
HSV198°39°78°
CMYK 0.390.120.00   0.22
XYZ33.074838.342459.0837
Yxy38.34240.25340.2938
Hunter Lab61.9212-13.0176-13.2282
CIE-Lab68.2722-11.5553-17.8326

#78aec6 color RGB value is (120,174,198).

#78aec6 hex color red value is 120, green value is 174 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #78aec6 hue: 0.55 , saturation: 0.41 and the lightness value of 78aec6 is 0.62.

The process color (four color CMYK) of #78aec6 color hex is 0.39, 0.12, 0.00, 0.22. Web safe color of #78aec6 is #6699cc. Color #78aec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 11000110
Octal 170 256 306
Decimal 120 174 198
Hex 78 AE C6

RGB Percentages of Color #78aec6

%24.39
%35.37
%40.24

CMYK Percentages of Color #78aec6

%39
%12
%0
%22

Triadic Colors of #78aec6

#78aec6 #c678ae #aec678

Analogous Colors of #78aec6

#78aec6 #7887c6 #78c6b7

Monochromatic Colors of #78aec6

#78aec6

Complementary Color

#78aec6 #c69078

#78aec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aec6 Color CSS Codes

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

#78aec6 Text Font Color

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

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


#78aec6 Background Color

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

This div background color is #78aec6


#78aec6 Border Color

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

This div border color is #78aec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aec6


Comments

No comments written yet.

Please login to write comment.