Color Hex Logo

#78ddbb Color Hex

#78DDBB
(120,221,187)
0 Favorites   0 Comments

Color spaces of #78ddbb

RGB 120221187
HSL0.440.600.67
HSV160°46°87°
CMYK 0.460.000.15   0.13
XYZ42.571859.293856.2148
Yxy59.29380.26930.3751
Hunter Lab77.0025-36.068310.6177
CIE-Lab81.4528-37.49687.5769

#78ddbb color RGB value is (120,221,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 10111011
Octal 170 335 273
Decimal 120 221 187
Hex 78 DD BB

RGB Percentages of Color #78ddbb

%22.73
%41.86
%35.42

CMYK Percentages of Color #78ddbb

%46
%0
%15
%13

Triadic Colors of #78ddbb

#78ddbb #bb78dd #ddbb78

Analogous Colors of #78ddbb

#78ddbb #78cddd #78dd89

Monochromatic Colors of #78ddbb

#78ddbb

Complementary Color

#78ddbb #dd789a

#78ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddbb Color CSS Codes

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

#78ddbb Text Font Color

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

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


#78ddbb Background Color

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

This div background color is #78ddbb


#78ddbb Border Color

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

This div border color is #78ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddbb


Comments

No comments written yet.

Please login to write comment.