Color Hex Logo

#78bbae Color Hex

#78BBAE
(120,187,174)
0 Favorites   0 Comments

Color spaces of #78bbae

RGB 120187174
HSL0.470.330.60
HSV168°36°73°
CMYK 0.360.000.07   0.27
XYZ33.156042.589746.5175
Yxy42.58970.27120.3483
Hunter Lab65.2608-23.51873.4210
CIE-Lab71.2756-24.2134-0.1562

#78bbae color RGB value is (120,187,174).

#78bbae hex color red value is 120, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #78bbae hue: 0.47 , saturation: 0.33 and the lightness value of 78bbae is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 10101110
Octal 170 273 256
Decimal 120 187 174
Hex 78 BB AE

RGB Percentages of Color #78bbae

%24.95
%38.88
%36.17

CMYK Percentages of Color #78bbae

%36
%0
%7
%27

Triadic Colors of #78bbae

#78bbae #ae78bb #bbae78

Analogous Colors of #78bbae

#78bbae #78a7bb #78bb8d

Monochromatic Colors of #78bbae

#78bbae

Complementary Color

#78bbae #bb7885

#78bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbae Color CSS Codes

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

#78bbae Text Font Color

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

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


#78bbae Background Color

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

This div background color is #78bbae


#78bbae Border Color

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

This div border color is #78bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbae


Comments

No comments written yet.

Please login to write comment.