Color Hex Logo

#78adbf Color Hex

#78ADBF
(120,173,191)
0 Favorites   0 Comments

Color spaces of #78adbf

RGB 120173191
HSL0.540.360.61
HSV195°37°75°
CMYK 0.370.090.00   0.25
XYZ32.093337.641854.8643
Yxy37.64180.25760.3021
Hunter Lab61.3529-13.9954-10.0725
CIE-Lab67.7558-12.8431-14.7435

#78adbf color RGB value is (120,173,191).

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

The process color (four color CMYK) of #78adbf color hex is 0.37, 0.09, 0.00, 0.25. Web safe color of #78adbf is #6699cc. Color #78adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 10111111
Octal 170 255 277
Decimal 120 173 191
Hex 78 AD BF

RGB Percentages of Color #78adbf

%24.79
%35.74
%39.46

CMYK Percentages of Color #78adbf

%37
%9
%0
%25

Triadic Colors of #78adbf

#78adbf #bf78ad #adbf78

Analogous Colors of #78adbf

#78adbf #788abf #78bfae

Monochromatic Colors of #78adbf

#78adbf

Complementary Color

#78adbf #bf8a78

#78adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adbf Color CSS Codes

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

#78adbf Text Font Color

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

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


#78adbf Background Color

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

This div background color is #78adbf


#78adbf Border Color

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

This div border color is #78adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adbf


Comments

No comments written yet.

Please login to write comment.