Color Hex Logo

#789cdd Color Hex

#789CDD
(120,156,221)
0 Favorites   0 Comments

Color spaces of #789cdd

RGB 120156221
HSL0.610.600.67
HSV219°46°87°
CMYK 0.460.290.00   0.13
XYZ32.685332.990573.0517
Yxy32.99050.23560.2378
Hunter Lab57.43741.0618-35.2018
CIE-Lab64.15324.8130-36.8916

#789cdd color RGB value is (120,156,221).

#789cdd hex color red value is 120, green value is 156 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #789cdd hue: 0.61 , saturation: 0.60 and the lightness value of 789cdd is 0.67.

The process color (four color CMYK) of #789cdd color hex is 0.46, 0.29, 0.00, 0.13. Web safe color of #789cdd is #6699cc. Color #789cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 11011101
Octal 170 234 335
Decimal 120 156 221
Hex 78 9C DD

RGB Percentages of Color #789cdd

%24.14
%31.39
%44.47

CMYK Percentages of Color #789cdd

%46
%29
%0
%13

Triadic Colors of #789cdd

#789cdd #dd789c #9cdd78

Analogous Colors of #789cdd

#789cdd #8778dd #78cfdd

Monochromatic Colors of #789cdd

#789cdd

Complementary Color

#789cdd #ddb978

#789cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cdd Color CSS Codes

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

#789cdd Text Font Color

<p style="color:#789cdd">Text here</p>

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


#789cdd Background Color

<div style="background-color:#789cdd">
Div content here</div>

This div background color is #789cdd


#789cdd Border Color

<div style="border:3px solid #789cdd">
Div here</div>

This div border color is #789cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,156,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #789cdd;
  box-shadow:         1px 1px 3px 2px #789cdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cdd


Comments

No comments written yet.

Please login to write comment.