Color Hex Logo

#78cdaa Color Hex

#78CDAA
(120,205,170)
0 Favorites   0 Comments

Color spaces of #78cdaa

RGB 120205170
HSL0.430.460.64
HSV155°41°80°
CMYK 0.410.000.17   0.20
XYZ36.832750.558045.8476
Yxy50.55800.27640.3795
Hunter Lab71.1041-31.967411.5430
CIE-Lab76.4105-33.78969.4236

#78cdaa color RGB value is (120,205,170).

#78cdaa hex color red value is 120, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #78cdaa hue: 0.43 , saturation: 0.46 and the lightness value of 78cdaa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001101 10101010
Octal 170 315 252
Decimal 120 205 170
Hex 78 CD AA

RGB Percentages of Color #78cdaa

%24.24
%41.41
%34.34

CMYK Percentages of Color #78cdaa

%41
%0
%17
%20

Triadic Colors of #78cdaa

#78cdaa #aa78cd #cdaa78

Analogous Colors of #78cdaa

#78cdaa #78c6cd #78cd80

Monochromatic Colors of #78cdaa

#78cdaa

Complementary Color

#78cdaa #cd789b

#78cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cdaa Color CSS Codes

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

#78cdaa Text Font Color

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

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


#78cdaa Background Color

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

This div background color is #78cdaa


#78cdaa Border Color

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

This div border color is #78cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cdaa


Comments

No comments written yet.

Please login to write comment.