Color Hex Logo

#78cfaa Color Hex

#78CFAA
(120,207,170)
0 Favorites   0 Comments

Color spaces of #78cfaa

RGB 120207170
HSL0.430.480.64
HSV154°42°81°
CMYK 0.420.000.18   0.19
XYZ37.314351.521046.0081
Yxy51.52100.27670.3821
Hunter Lab71.7781-32.817412.2412
CIE-Lab76.9935-34.720810.2542

#78cfaa color RGB value is (120,207,170).

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

The process color (four color CMYK) of #78cfaa color hex is 0.42, 0.00, 0.18, 0.19. Web safe color of #78cfaa is #66cc99. Color #78cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001111 10101010
Octal 170 317 252
Decimal 120 207 170
Hex 78 CF AA

RGB Percentages of Color #78cfaa

%24.14
%41.65
%34.21

CMYK Percentages of Color #78cfaa

%42
%0
%18
%19

Triadic Colors of #78cfaa

#78cfaa #aa78cf #cfaa78

Analogous Colors of #78cfaa

#78cfaa #78c9cf #78cf7f

Monochromatic Colors of #78cfaa

#78cfaa

Complementary Color

#78cfaa #cf789d

#78cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cfaa Color CSS Codes

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

#78cfaa Text Font Color

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

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


#78cfaa Background Color

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

This div background color is #78cfaa


#78cfaa Border Color

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

This div border color is #78cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cfaa


Comments

No comments written yet.

Please login to write comment.