Color Hex Logo

#78bdbc Color Hex

#78BDBC
(120,189,188)
0 Favorites   0 Comments

Color spaces of #78bdbc

RGB 120189188
HSL0.500.340.61
HSV179°37°74°
CMYK 0.370.000.01   0.26
XYZ35.020444.019154.2277
Yxy44.01910.26280.3303
Hunter Lab66.3469-21.8880-2.0170
CIE-Lab72.2413-21.8984-6.3919

#78bdbc color RGB value is (120,189,188).

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

The process color (four color CMYK) of #78bdbc color hex is 0.37, 0.00, 0.01, 0.26. Web safe color of #78bdbc is #66cccc. Color #78bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111101 10111100
Octal 170 275 274
Decimal 120 189 188
Hex 78 BD BC

RGB Percentages of Color #78bdbc

%24.14
%38.03
%37.83

CMYK Percentages of Color #78bdbc

%37
%0
%1
%26

Triadic Colors of #78bdbc

#78bdbc #bc78bd #bdbc78

Analogous Colors of #78bdbc

#78bdbc #789cbd #78bd9a

Monochromatic Colors of #78bdbc

#78bdbc

Complementary Color

#78bdbc #bd7879

#78bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bdbc Color CSS Codes

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

#78bdbc Text Font Color

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

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


#78bdbc Background Color

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

This div background color is #78bdbc


#78bdbc Border Color

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

This div border color is #78bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bdbc


Comments

No comments written yet.

Please login to write comment.