Color Hex Logo

#78adbc Color Hex

#78ADBC
(120,173,188)
0 Favorites   0 Comments

Color spaces of #78adbc

RGB 120173188
HSL0.540.340.60
HSV193°36°74°
CMYK 0.360.080.00   0.26
XYZ31.766437.511153.1430
Yxy37.51110.25950.3064
Hunter Lab61.2463-14.5991-8.5731
CIE-Lab67.6587-13.6110-13.2287

#78adbc color RGB value is (120,173,188).

#78adbc hex color red value is 120, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #78adbc hue: 0.54 , saturation: 0.34 and the lightness value of 78adbc is 0.60.

The process color (four color CMYK) of #78adbc color hex is 0.36, 0.08, 0.00, 0.26. Web safe color of #78adbc is #6699cc. Color #78adbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 10111100
Octal 170 255 274
Decimal 120 173 188
Hex 78 AD BC

RGB Percentages of Color #78adbc

%24.95
%35.97
%39.09

CMYK Percentages of Color #78adbc

%36
%8
%0
%26

Triadic Colors of #78adbc

#78adbc #bc78ad #adbc78

Analogous Colors of #78adbc

#78adbc #788bbc #78bca9

Monochromatic Colors of #78adbc

#78adbc

Complementary Color

#78adbc #bc8778

#78adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adbc Color CSS Codes

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

#78adbc Text Font Color

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

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


#78adbc Background Color

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

This div background color is #78adbc


#78adbc Border Color

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

This div border color is #78adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adbc


Comments

No comments written yet.

Please login to write comment.