Color Hex Logo

#78dcae Color Hex

#78DCAE
(120,220,174)
0 Favorites   0 Comments

Color spaces of #78dcae

RGB 120220174
HSL0.420.590.67
HSV152°45°86°
CMYK 0.450.000.21   0.14
XYZ40.978958.235549.1252
Yxy58.23550.27630.3926
Hunter Lab76.3122-37.693615.2512
CIE-Lab80.8695-39.814813.6214

#78dcae color RGB value is (120,220,174).

#78dcae hex color red value is 120, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #78dcae hue: 0.42 , saturation: 0.59 and the lightness value of 78dcae is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011100 10101110
Octal 170 334 256
Decimal 120 220 174
Hex 78 DC AE

RGB Percentages of Color #78dcae

%23.35
%42.80
%33.85

CMYK Percentages of Color #78dcae

%45
%0
%21
%14

Triadic Colors of #78dcae

#78dcae #ae78dc #dcae78

Analogous Colors of #78dcae

#78dcae #78d8dc #78dc7c

Monochromatic Colors of #78dcae

#78dcae

Complementary Color

#78dcae #dc78a6

#78dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dcae Color CSS Codes

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

#78dcae Text Font Color

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

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


#78dcae Background Color

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

This div background color is #78dcae


#78dcae Border Color

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

This div border color is #78dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dcae


Comments

No comments written yet.

Please login to write comment.