Color Hex Logo

#78debd Color Hex

#78DEBD
(120,222,189)
0 Favorites   0 Comments

Color spaces of #78debd

RGB 120222189
HSL0.450.610.67
HSV161°46°87°
CMYK 0.460.000.15   0.13
XYZ43.052359.909757.4388
Yxy59.90970.26840.3735
Hunter Lab77.4014-36.166810.1824
CIE-Lab81.7891-37.51227.0005

#78debd color RGB value is (120,222,189).

#78debd hex color red value is 120, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #78debd hue: 0.45 , saturation: 0.61 and the lightness value of 78debd is 0.67.

The process color (four color CMYK) of #78debd color hex is 0.46, 0.00, 0.15, 0.13. Web safe color of #78debd is #66cccc. Color #78debd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011110 10111101
Octal 170 336 275
Decimal 120 222 189
Hex 78 DE BD

RGB Percentages of Color #78debd

%22.60
%41.81
%35.59

CMYK Percentages of Color #78debd

%46
%0
%15
%13

Triadic Colors of #78debd

#78debd #bd78de #debd78

Analogous Colors of #78debd

#78debd #78ccde #78de8a

Monochromatic Colors of #78debd

#78debd

Complementary Color

#78debd #de7899

#78debd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78debd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78debd Color CSS Codes

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

#78debd Text Font Color

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

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


#78debd Background Color

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

This div background color is #78debd


#78debd Border Color

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

This div border color is #78debd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78debd

#78debd Color Palettes


Comments

No comments written yet.

Please login to write comment.