Color Hex Logo

#78dfbb Color Hex

#78DFBB
(120,223,187)
0 Favorites   0 Comments

Color spaces of #78dfbb

RGB 120223187
HSL0.440.620.67
HSV159°46°87°
CMYK 0.460.000.16   0.13
XYZ43.103060.356356.3919
Yxy60.35630.26960.3776
Hunter Lab77.6893-36.922311.3460
CIE-Lab82.0315-38.40648.4062

#78dfbb color RGB value is (120,223,187).

#78dfbb hex color red value is 120, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #78dfbb hue: 0.44 , saturation: 0.62 and the lightness value of 78dfbb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 10111011
Octal 170 337 273
Decimal 120 223 187
Hex 78 DF BB

RGB Percentages of Color #78dfbb

%22.64
%42.08
%35.28

CMYK Percentages of Color #78dfbb

%46
%0
%16
%13

Triadic Colors of #78dfbb

#78dfbb #bb78df #dfbb78

Analogous Colors of #78dfbb

#78dfbb #78d0df #78df88

Monochromatic Colors of #78dfbb

#78dfbb

Complementary Color

#78dfbb #df789c

#78dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfbb Color CSS Codes

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

#78dfbb Text Font Color

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

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


#78dfbb Background Color

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

This div background color is #78dfbb


#78dfbb Border Color

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

This div border color is #78dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfbb


Comments

No comments written yet.

Please login to write comment.