Color Hex Logo

#78bfbe Color Hex

#78BFBE
(120,191,190)
0 Favorites   0 Comments

Color spaces of #78bfbe

RGB 120191190
HSL0.500.360.61
HSV179°37°75°
CMYK 0.370.000.01   0.25
XYZ35.670844.972455.5157
Yxy44.97240.26200.3303
Hunter Lab67.0615-22.4113-2.1392
CIE-Lab72.8737-22.4190-6.5468

#78bfbe color RGB value is (120,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 10111110
Octal 170 277 276
Decimal 120 191 190
Hex 78 BF BE

RGB Percentages of Color #78bfbe

%23.95
%38.12
%37.92

CMYK Percentages of Color #78bfbe

%37
%0
%1
%25

Triadic Colors of #78bfbe

#78bfbe #be78bf #bfbe78

Analogous Colors of #78bfbe

#78bfbe #789dbf #78bf9b

Monochromatic Colors of #78bfbe

#78bfbe

Complementary Color

#78bfbe #bf7879

#78bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfbe Color CSS Codes

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

#78bfbe Text Font Color

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

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


#78bfbe Background Color

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

This div background color is #78bfbe


#78bfbe Border Color

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

This div border color is #78bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfbe


Comments

No comments written yet.

Please login to write comment.