Color Hex Logo

#78aacd Color Hex

#78AACD
(120,170,205)
0 Favorites   0 Comments

Color spaces of #78aacd

RGB 120170205
HSL0.570.460.64
HSV205°41°80°
CMYK 0.410.170.00   0.20
XYZ33.139937.150363.1817
Yxy37.15030.24830.2783
Hunter Lab60.9510-9.6115-18.7941
CIE-Lab67.3896-7.5205-23.0418

#78aacd color RGB value is (120,170,205).

#78aacd hex color red value is 120, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #78aacd hue: 0.57 , saturation: 0.46 and the lightness value of 78aacd is 0.64.

The process color (four color CMYK) of #78aacd color hex is 0.41, 0.17, 0.00, 0.20. Web safe color of #78aacd is #6699cc. Color #78aacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101010 11001101
Octal 170 252 315
Decimal 120 170 205
Hex 78 AA CD

RGB Percentages of Color #78aacd

%24.24
%34.34
%41.41

CMYK Percentages of Color #78aacd

%41
%17
%0
%20

Triadic Colors of #78aacd

#78aacd #cd78aa #aacd78

Analogous Colors of #78aacd

#78aacd #7880cd #78cdc6

Monochromatic Colors of #78aacd

#78aacd

Complementary Color

#78aacd #cd9b78

#78aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aacd Color CSS Codes

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

#78aacd Text Font Color

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

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


#78aacd Background Color

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

This div background color is #78aacd


#78aacd Border Color

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

This div border color is #78aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aacd


Comments

No comments written yet.

Please login to write comment.