Color Hex Logo

#78cbbd Color Hex

#78CBBD
(120,203,189)
0 Favorites   0 Comments

Color spaces of #78cbbd

RGB 120203189
HSL0.470.440.63
HSV170°41°80°
CMYK 0.410.000.07   0.20
XYZ38.287050.379155.8503
Yxy50.37910.26490.3486
Hunter Lab70.9782-27.92563.0315
CIE-Lab76.3014-28.5833-0.9574

#78cbbd color RGB value is (120,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 10111101
Octal 170 313 275
Decimal 120 203 189
Hex 78 CB BD

RGB Percentages of Color #78cbbd

%23.44
%39.65
%36.91

CMYK Percentages of Color #78cbbd

%41
%0
%7
%20

Triadic Colors of #78cbbd

#78cbbd #bd78cb #cbbd78

Analogous Colors of #78cbbd

#78cbbd #78b0cb #78cb94

Monochromatic Colors of #78cbbd

#78cbbd

Complementary Color

#78cbbd #cb7886

#78cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cbbd Color CSS Codes

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

#78cbbd Text Font Color

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

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


#78cbbd Background Color

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

This div background color is #78cbbd


#78cbbd Border Color

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

This div border color is #78cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cbbd


Comments

No comments written yet.

Please login to write comment.