Color Hex Logo

#78adcc Color Hex

#78ADCC
(120,173,204)
0 Favorites   0 Comments

Color spaces of #78adcc

RGB 120173204
HSL0.560.450.64
HSV202°41°80°
CMYK 0.410.150.00   0.20
XYZ33.588438.239862.7375
Yxy38.23980.24960.2842
Hunter Lab61.8383-11.2622-16.8653
CIE-Lab68.1970-9.4200-21.2580

#78adcc color RGB value is (120,173,204).

#78adcc hex color red value is 120, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #78adcc hue: 0.56 , saturation: 0.45 and the lightness value of 78adcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 11001100
Octal 170 255 314
Decimal 120 173 204
Hex 78 AD CC

RGB Percentages of Color #78adcc

%24.14
%34.81
%41.05

CMYK Percentages of Color #78adcc

%41
%15
%0
%20

Triadic Colors of #78adcc

#78adcc #cc78ad #adcc78

Analogous Colors of #78adcc

#78adcc #7883cc #78ccc1

Monochromatic Colors of #78adcc

#78adcc

Complementary Color

#78adcc #cc9778

#78adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adcc Color CSS Codes

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

#78adcc Text Font Color

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

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


#78adcc Background Color

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

This div background color is #78adcc


#78adcc Border Color

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

This div border color is #78adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adcc


Comments

No comments written yet.

Please login to write comment.