Color Hex Logo

#78bcae Color Hex

#78BCAE
(120,188,174)
0 Favorites   0 Comments

Color spaces of #78bcae

RGB 120188174
HSL0.470.340.60
HSV168°36°74°
CMYK 0.360.000.07   0.26
XYZ33.368943.015546.5885
Yxy43.01550.27140.3498
Hunter Lab65.5862-23.95883.7943
CIE-Lab71.5655-24.71120.2670

#78bcae color RGB value is (120,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111100 10101110
Octal 170 274 256
Decimal 120 188 174
Hex 78 BC AE

RGB Percentages of Color #78bcae

%24.90
%39.00
%36.10

CMYK Percentages of Color #78bcae

%36
%0
%7
%26

Triadic Colors of #78bcae

#78bcae #ae78bc #bcae78

Analogous Colors of #78bcae

#78bcae #78a8bc #78bc8c

Monochromatic Colors of #78bcae

#78bcae

Complementary Color

#78bcae #bc7886

#78bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bcae Color CSS Codes

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

#78bcae Text Font Color

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

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


#78bcae Background Color

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

This div background color is #78bcae


#78bcae Border Color

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

This div border color is #78bcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,188,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 #78bcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bcae


Comments

No comments written yet.

Please login to write comment.