Color Hex Logo

#78e8bd Color Hex

#78E8BD
(120,232,189)
0 Favorites   0 Comments

Color spaces of #78e8bd

RGB 120232189
HSL0.440.710.69
HSV157°48°91°
CMYK 0.480.000.19   0.09
XYZ45.787665.380458.3505
Yxy65.38040.27010.3857
Hunter Lab80.8581-40.422413.8146
CIE-Lab84.6794-42.004611.1332

#78e8bd color RGB value is (120,232,189).

#78e8bd hex color red value is 120, green value is 232 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #78e8bd hue: 0.44 , saturation: 0.71 and the lightness value of 78e8bd is 0.69.

The process color (four color CMYK) of #78e8bd color hex is 0.48, 0.00, 0.19, 0.09. Web safe color of #78e8bd is #66ffcc. Color #78e8bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101000 10111101
Octal 170 350 275
Decimal 120 232 189
Hex 78 E8 BD

RGB Percentages of Color #78e8bd

%22.18
%42.88
%34.94

CMYK Percentages of Color #78e8bd

%48
%0
%19
%9

Triadic Colors of #78e8bd

#78e8bd #bd78e8 #e8bd78

Analogous Colors of #78e8bd

#78e8bd #78dbe8 #78e885

Monochromatic Colors of #78e8bd

#78e8bd

Complementary Color

#78e8bd #e878a3

#78e8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78e8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78e8bd Color CSS Codes

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

#78e8bd Text Font Color

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

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


#78e8bd Background Color

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

This div background color is #78e8bd


#78e8bd Border Color

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

This div border color is #78e8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78e8bd


Comments

No comments written yet.

Please login to write comment.