Color Hex Logo

#78bdaf Color Hex

#78BDAF
(120,189,175)
0 Favorites   0 Comments

Color spaces of #78bdaf

RGB 120189175
HSL0.470.340.61
HSV168°37°74°
CMYK 0.370.000.07   0.26
XYZ33.681243.483447.1754
Yxy43.48340.27090.3497
Hunter Lab65.9419-24.22593.7428
CIE-Lab71.8818-24.97780.1822

#78bdaf color RGB value is (120,189,175).

#78bdaf hex color red value is 120, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #78bdaf hue: 0.47 , saturation: 0.34 and the lightness value of 78bdaf is 0.61.

The process color (four color CMYK) of #78bdaf color hex is 0.37, 0.00, 0.07, 0.26. Web safe color of #78bdaf is #66cc99. Color #78bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111101 10101111
Octal 170 275 257
Decimal 120 189 175
Hex 78 BD AF

RGB Percentages of Color #78bdaf

%24.79
%39.05
%36.16

CMYK Percentages of Color #78bdaf

%37
%0
%7
%26

Triadic Colors of #78bdaf

#78bdaf #af78bd #bdaf78

Analogous Colors of #78bdaf

#78bdaf #78a9bd #78bd8d

Monochromatic Colors of #78bdaf

#78bdaf

Complementary Color

#78bdaf #bd7886

#78bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bdaf Color CSS Codes

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

#78bdaf Text Font Color

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

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


#78bdaf Background Color

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

This div background color is #78bdaf


#78bdaf Border Color

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

This div border color is #78bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bdaf


Comments

No comments written yet.

Please login to write comment.