Color Hex Logo

#78dbad Color Hex

#78DBAD
(120,219,173)
0 Favorites   0 Comments

Color spaces of #78dbad

RGB 120219173
HSL0.420.580.66
HSV152°45°86°
CMYK 0.450.000.21   0.14
XYZ40.620157.673248.5263
Yxy57.67320.27670.3928
Hunter Lab75.9429-37.424515.2746
CIE-Lab80.5568-39.572213.7080

#78dbad color RGB value is (120,219,173).

#78dbad hex color red value is 120, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #78dbad hue: 0.42 , saturation: 0.58 and the lightness value of 78dbad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 10101101
Octal 170 333 255
Decimal 120 219 173
Hex 78 DB AD

RGB Percentages of Color #78dbad

%23.44
%42.77
%33.79

CMYK Percentages of Color #78dbad

%45
%0
%21
%14

Triadic Colors of #78dbad

#78dbad #ad78db #dbad78

Analogous Colors of #78dbad

#78dbad #78d8db #78db7c

Monochromatic Colors of #78dbad

#78dbad

Complementary Color

#78dbad #db78a6

#78dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbad Color CSS Codes

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

#78dbad Text Font Color

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

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


#78dbad Background Color

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

This div background color is #78dbad


#78dbad Border Color

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

This div border color is #78dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbad

#78dbad Color Palettes


Comments

No comments written yet.

Please login to write comment.