Color Hex Logo

#789adc Color Hex

#789ADC
(120,154,220)
0 Favorites   0 Comments

Color spaces of #789adc

RGB 120154220
HSL0.610.590.67
HSV220°45°86°
CMYK 0.450.300.00   0.14
XYZ32.219632.271672.2410
Yxy32.27160.23560.2360
Hunter Lab56.80811.8249-35.6315
CIE-Lab63.56675.6693-37.2527

#789adc color RGB value is (120,154,220).

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

The process color (four color CMYK) of #789adc color hex is 0.45, 0.30, 0.00, 0.14. Web safe color of #789adc is #6699cc. Color #789adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011010 11011100
Octal 170 232 334
Decimal 120 154 220
Hex 78 9A DC

RGB Percentages of Color #789adc

%24.29
%31.17
%44.53

CMYK Percentages of Color #789adc

%45
%30
%0
%14

Triadic Colors of #789adc

#789adc #dc789a #9adc78

Analogous Colors of #789adc

#789adc #8878dc #78ccdc

Monochromatic Colors of #789adc

#789adc

Complementary Color

#789adc #dcba78

#789adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789adc Color CSS Codes

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

#789adc Text Font Color

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

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


#789adc Background Color

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

This div background color is #789adc


#789adc Border Color

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

This div border color is #789adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789adc


Comments

No comments written yet.

Please login to write comment.