Color Hex Logo

#78cbcc Color Hex

#78CBCC
(120,203,204)
0 Favorites   0 Comments

Color spaces of #78cbcc

RGB 120203204
HSL0.500.450.64
HSV181°41°80°
CMYK 0.410.000.00   0.20
XYZ40.000751.064664.8749
Yxy51.06460.25650.3275
Hunter Lab71.4595-25.1356-3.8051
CIE-Lab76.7181-24.9505-8.4353

#78cbcc color RGB value is (120,203,204).

#78cbcc hex color red value is 120, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #78cbcc hue: 0.50 , saturation: 0.45 and the lightness value of 78cbcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001011 11001100
Octal 170 313 314
Decimal 120 203 204
Hex 78 CB CC

RGB Percentages of Color #78cbcc

%22.77
%38.52
%38.71

CMYK Percentages of Color #78cbcc

%41
%0
%0
%20

Triadic Colors of #78cbcc

#78cbcc #cc78cb #cbcc78

Analogous Colors of #78cbcc

#78cbcc #78a1cc #78cca3

Monochromatic Colors of #78cbcc

#78cbcc

Complementary Color

#78cbcc #cc7978

#78cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cbcc Color CSS Codes

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

#78cbcc Text Font Color

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

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


#78cbcc Background Color

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

This div background color is #78cbcc


#78cbcc Border Color

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

This div border color is #78cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cbcc


Comments

No comments written yet.

Please login to write comment.