Color Hex Logo

#78bfbd Color Hex

#78BFBD
(120,191,189)
0 Favorites   0 Comments

Color spaces of #78bfbd

RGB 120191189
HSL0.500.360.61
HSV178°37°75°
CMYK 0.370.000.01   0.25
XYZ35.561844.928854.9419
Yxy44.92880.26260.3317
Hunter Lab67.0289-22.5986-1.6782
CIE-Lab72.8450-22.6629-6.0440

#78bfbd color RGB value is (120,191,189).

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

The process color (four color CMYK) of #78bfbd color hex is 0.37, 0.00, 0.01, 0.25. Web safe color of #78bfbd is #66cccc. Color #78bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 10111101
Octal 170 277 275
Decimal 120 191 189
Hex 78 BF BD

RGB Percentages of Color #78bfbd

%24.00
%38.20
%37.80

CMYK Percentages of Color #78bfbd

%37
%0
%1
%25

Triadic Colors of #78bfbd

#78bfbd #bd78bf #bfbd78

Analogous Colors of #78bfbd

#78bfbd #789ebf #78bf9a

Monochromatic Colors of #78bfbd

#78bfbd

Complementary Color

#78bfbd #bf787a

#78bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfbd Color CSS Codes

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

#78bfbd Text Font Color

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

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


#78bfbd Background Color

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

This div background color is #78bfbd


#78bfbd Border Color

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

This div border color is #78bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfbd


Comments

No comments written yet.

Please login to write comment.