Color Hex Logo

#78c8bb Color Hex

#78C8BB
(120,200,187)
0 Favorites   0 Comments

Color spaces of #78c8bb

RGB 120200187
HSL0.470.420.63
HSV170°40°78°
CMYK 0.400.000.07   0.22
XYZ37.369648.889554.4807
Yxy48.88950.26550.3474
Hunter Lab69.9210-26.96172.7474
CIE-Lab75.3825-27.5960-1.2221

#78c8bb color RGB value is (120,200,187).

#78c8bb hex color red value is 120, green value is 200 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #78c8bb hue: 0.47 , saturation: 0.42 and the lightness value of 78c8bb is 0.63.

The process color (four color CMYK) of #78c8bb color hex is 0.40, 0.00, 0.07, 0.22. Web safe color of #78c8bb is #66cccc. Color #78c8bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001000 10111011
Octal 170 310 273
Decimal 120 200 187
Hex 78 C8 BB

RGB Percentages of Color #78c8bb

%23.67
%39.45
%36.88

CMYK Percentages of Color #78c8bb

%40
%0
%7
%22

Triadic Colors of #78c8bb

#78c8bb #bb78c8 #c8bb78

Analogous Colors of #78c8bb

#78c8bb #78adc8 #78c893

Monochromatic Colors of #78c8bb

#78c8bb

Complementary Color

#78c8bb #c87885

#78c8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78c8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78c8bb Color CSS Codes

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

#78c8bb Text Font Color

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

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


#78c8bb Background Color

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

This div background color is #78c8bb


#78c8bb Border Color

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

This div border color is #78c8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78c8bb


Comments

No comments written yet.

Please login to write comment.