Color Hex Logo

#78bfcd Color Hex

#78BFCD
(120,191,205)
0 Favorites   0 Comments

Color spaces of #78bfcd

RGB 120191205
HSL0.530.460.64
HSV190°41°80°
CMYK 0.410.070.00   0.20
XYZ37.396045.662564.6004
Yxy45.66250.25330.3092
Hunter Lab67.5740-19.4713-9.3791
CIE-Lab73.3260-18.6454-14.0460

#78bfcd color RGB value is (120,191,205).

#78bfcd hex color red value is 120, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #78bfcd hue: 0.53 , saturation: 0.46 and the lightness value of 78bfcd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 11001101
Octal 170 277 315
Decimal 120 191 205
Hex 78 BF CD

RGB Percentages of Color #78bfcd

%23.26
%37.02
%39.73

CMYK Percentages of Color #78bfcd

%41
%7
%0
%20

Triadic Colors of #78bfcd

#78bfcd #cd78bf #bfcd78

Analogous Colors of #78bfcd

#78bfcd #7895cd #78cdb1

Monochromatic Colors of #78bfcd

#78bfcd

Complementary Color

#78bfcd #cd8678

#78bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfcd Color CSS Codes

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

#78bfcd Text Font Color

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

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


#78bfcd Background Color

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

This div background color is #78bfcd


#78bfcd Border Color

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

This div border color is #78bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfcd


Comments

No comments written yet.

Please login to write comment.