Color Hex Logo

#78cbbc Color Hex

#78CBBC
(120,203,188)
0 Favorites   0 Comments

Color spaces of #78cbbc

RGB 120203188
HSL0.470.440.63
HSV169°41°80°
CMYK 0.410.000.07   0.20
XYZ38.178850.335855.2805
Yxy50.33580.26550.3501
Hunter Lab70.9477-28.10313.4663
CIE-Lab76.2749-28.8175-0.4567

#78cbbc color RGB value is (120,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 10111100
Octal 170 313 274
Decimal 120 203 188
Hex 78 CB BC

RGB Percentages of Color #78cbbc

%23.48
%39.73
%36.79

CMYK Percentages of Color #78cbbc

%41
%0
%7
%20

Triadic Colors of #78cbbc

#78cbbc #bc78cb #cbbc78

Analogous Colors of #78cbbc

#78cbbc #78b1cb #78cb93

Monochromatic Colors of #78cbbc

#78cbbc

Complementary Color

#78cbbc #cb7887

#78cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cbbc Color CSS Codes

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

#78cbbc Text Font Color

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

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


#78cbbc Background Color

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

This div background color is #78cbbc


#78cbbc Border Color

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

This div border color is #78cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cbbc


Comments

No comments written yet.

Please login to write comment.