Color Hex Logo

#78a9ce Color Hex

#78A9CE
(120,169,206)
0 Favorites   0 Comments

Color spaces of #78a9ce

RGB 120169206
HSL0.570.470.64
HSV206°42°81°
CMYK 0.420.180.00   0.19
XYZ33.074336.825263.7573
Yxy36.82520.24750.2755
Hunter Lab60.6838-8.9093-19.8143
CIE-Lab67.1457-6.7014-23.9675

#78a9ce color RGB value is (120,169,206).

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

The process color (four color CMYK) of #78a9ce color hex is 0.42, 0.18, 0.00, 0.19. Web safe color of #78a9ce is #6699cc. Color #78a9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101001 11001110
Octal 170 251 316
Decimal 120 169 206
Hex 78 A9 CE

RGB Percentages of Color #78a9ce

%24.24
%34.14
%41.62

CMYK Percentages of Color #78a9ce

%42
%18
%0
%19

Triadic Colors of #78a9ce

#78a9ce #ce78a9 #a9ce78

Analogous Colors of #78a9ce

#78a9ce #787ece #78cec8

Monochromatic Colors of #78a9ce

#78a9ce

Complementary Color

#78a9ce #ce9d78

#78a9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a9ce Color CSS Codes

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

#78a9ce Text Font Color

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

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


#78a9ce Background Color

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

This div background color is #78a9ce


#78a9ce Border Color

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

This div border color is #78a9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a9ce


Comments

No comments written yet.

Please login to write comment.