Color Hex Logo

#78beac Color Hex

#78BEAC
(120,190,172)
0 Favorites   0 Comments

Color spaces of #78beac

RGB 120190172
HSL0.460.350.61
HSV165°37°75°
CMYK 0.370.000.09   0.25
XYZ33.605643.798545.7125
Yxy43.79850.27300.3557
Hunter Lab66.1804-25.17575.3732
CIE-Lab72.0936-26.15552.1281

#78beac color RGB value is (120,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 10101100
Octal 170 276 254
Decimal 120 190 172
Hex 78 BE AC

RGB Percentages of Color #78beac

%24.90
%39.42
%35.68

CMYK Percentages of Color #78beac

%37
%0
%9
%25

Triadic Colors of #78beac

#78beac #ac78be #beac78

Analogous Colors of #78beac

#78beac #78adbe #78be89

Monochromatic Colors of #78beac

#78beac

Complementary Color

#78beac #be788a

#78beac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78beac Color Preview on White Background

Lorem ipsum dolor sit amet.

#78beac Color CSS Codes

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

#78beac Text Font Color

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

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


#78beac Background Color

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

This div background color is #78beac


#78beac Border Color

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

This div border color is #78beac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78beac


Comments

No comments written yet.

Please login to write comment.