Color Hex Logo

#78bebb Color Hex

#78BEBB
(120,190,187)
0 Favorites   0 Comments

Color spaces of #78bebb

RGB 120190187
HSL0.490.350.61
HSV177°37°75°
CMYK 0.370.000.02   0.25
XYZ35.128844.407853.7338
Yxy44.40780.26360.3332
Hunter Lab66.6392-22.5224-1.1604
CIE-Lab72.5002-22.6451-5.4627

#78bebb color RGB value is (120,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 10111011
Octal 170 276 273
Decimal 120 190 187
Hex 78 BE BB

RGB Percentages of Color #78bebb

%24.14
%38.23
%37.63

CMYK Percentages of Color #78bebb

%37
%0
%2
%25

Triadic Colors of #78bebb

#78bebb #bb78be #bebb78

Analogous Colors of #78bebb

#78bebb #789ebe #78be98

Monochromatic Colors of #78bebb

#78bebb

Complementary Color

#78bebb #be787b

#78bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bebb Color CSS Codes

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

#78bebb Text Font Color

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

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


#78bebb Background Color

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

This div background color is #78bebb


#78bebb Border Color

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

This div border color is #78bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bebb


Comments

No comments written yet.

Please login to write comment.