Color Hex Logo

#78ebae Color Hex

#78EBAE
(120,235,174)
0 Favorites   0 Comments

Color spaces of #78ebae

RGB 120235174
HSL0.410.740.70
HSV148°49°92°
CMYK 0.490.000.26   0.08
XYZ45.094066.465750.4969
Yxy66.46570.27830.4101
Hunter Lab81.5265-43.939320.3448
CIE-Lab85.2334-46.381919.7306

#78ebae color RGB value is (120,235,174).

#78ebae hex color red value is 120, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #78ebae hue: 0.41 , saturation: 0.74 and the lightness value of 78ebae is 0.70.

The process color (four color CMYK) of #78ebae color hex is 0.49, 0.00, 0.26, 0.08. Web safe color of #78ebae is #66ff99. Color #78ebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101011 10101110
Octal 170 353 256
Decimal 120 235 174
Hex 78 EB AE

RGB Percentages of Color #78ebae

%22.68
%44.42
%32.89

CMYK Percentages of Color #78ebae

%49
%0
%26
%8

Triadic Colors of #78ebae

#78ebae #ae78eb #ebae78

Analogous Colors of #78ebae

#78ebae #78ebe8 #7ceb78

Monochromatic Colors of #78ebae

#78ebae

Complementary Color

#78ebae #eb78b5

#78ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ebae Color CSS Codes

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

#78ebae Text Font Color

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

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


#78ebae Background Color

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

This div background color is #78ebae


#78ebae Border Color

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

This div border color is #78ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ebae


Comments

No comments written yet.

Please login to write comment.