Color Hex Logo

#78caae Color Hex

#78CAAE
(120,202,174)
0 Favorites   0 Comments

Color spaces of #78caae

RGB 120202174
HSL0.440.440.63
HSV160°41°79°
CMYK 0.410.000.14   0.21
XYZ36.506249.290147.6343
Yxy49.29010.27360.3694
Hunter Lab70.2069-30.04568.9175
CIE-Lab75.6314-31.51206.1579

#78caae color RGB value is (120,202,174).

#78caae hex color red value is 120, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #78caae hue: 0.44 , saturation: 0.44 and the lightness value of 78caae is 0.63.

The process color (four color CMYK) of #78caae color hex is 0.41, 0.00, 0.14, 0.21. Web safe color of #78caae is #66cc99. Color #78caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001010 10101110
Octal 170 312 256
Decimal 120 202 174
Hex 78 CA AE

RGB Percentages of Color #78caae

%24.19
%40.73
%35.08

CMYK Percentages of Color #78caae

%41
%0
%14
%21

Triadic Colors of #78caae

#78caae #ae78ca #caae78

Analogous Colors of #78caae

#78caae #78bdca #78ca85

Monochromatic Colors of #78caae

#78caae

Complementary Color

#78caae #ca7894

#78caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#78caae Color CSS Codes

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

#78caae Text Font Color

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

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


#78caae Background Color

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

This div background color is #78caae


#78caae Border Color

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

This div border color is #78caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78caae


Comments

No comments written yet.

Please login to write comment.