Color Hex Logo

#78adc2 Color Hex

#78ADC2
(120,173,194)
0 Favorites   0 Comments

Color spaces of #78adc2

RGB 120173194
HSL0.550.380.62
HSV197°38°76°
CMYK 0.380.110.00   0.24
XYZ32.426937.775356.6212
Yxy37.77530.25570.2979
Hunter Lab61.4616-13.3819-11.5975
CIE-Lab67.8547-12.0672-16.2539

#78adc2 color RGB value is (120,173,194).

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

The process color (four color CMYK) of #78adc2 color hex is 0.38, 0.11, 0.00, 0.24. Web safe color of #78adc2 is #6699cc. Color #78adc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 11000010
Octal 170 255 302
Decimal 120 173 194
Hex 78 AD C2

RGB Percentages of Color #78adc2

%24.64
%35.52
%39.84

CMYK Percentages of Color #78adc2

%38
%11
%0
%24

Triadic Colors of #78adc2

#78adc2 #c278ad #adc278

Analogous Colors of #78adc2

#78adc2 #7888c2 #78c2b2

Monochromatic Colors of #78adc2

#78adc2

Complementary Color

#78adc2 #c28d78

#78adc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adc2 Color CSS Codes

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

#78adc2 Text Font Color

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

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


#78adc2 Background Color

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

This div background color is #78adc2


#78adc2 Border Color

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

This div border color is #78adc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adc2


Comments

No comments written yet.

Please login to write comment.