Color Hex Logo

#78ceaa Color Hex

#78CEAA
(120,206,170)
0 Favorites   0 Comments

Color spaces of #78ceaa

RGB 120206170
HSL0.430.470.64
HSV155°42°81°
CMYK 0.420.000.17   0.19
XYZ37.072751.038045.9276
Yxy51.03800.27660.3808
Hunter Lab71.4409-32.392811.8925
CIE-Lab76.7020-34.25619.8391

#78ceaa color RGB value is (120,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001110 10101010
Octal 170 316 252
Decimal 120 206 170
Hex 78 CE AA

RGB Percentages of Color #78ceaa

%24.19
%41.53
%34.27

CMYK Percentages of Color #78ceaa

%42
%0
%17
%19

Triadic Colors of #78ceaa

#78ceaa #aa78ce #ceaa78

Analogous Colors of #78ceaa

#78ceaa #78c7ce #78ce7f

Monochromatic Colors of #78ceaa

#78ceaa

Complementary Color

#78ceaa #ce789c

#78ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ceaa Color CSS Codes

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

#78ceaa Text Font Color

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

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


#78ceaa Background Color

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

This div background color is #78ceaa


#78ceaa Border Color

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

This div border color is #78ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ceaa


Comments

No comments written yet.

Please login to write comment.