Color Hex Logo

#789ced Color Hex

#789CED
(120,156,237)
1 Favorites   0 Comments

Color spaces of #789ced

RGB 120156237
HSL0.620.760.70
HSV222°49°93°
CMYK 0.490.340.00   0.07
XYZ34.920333.884484.8206
Yxy33.88440.22730.2206
Hunter Lab58.21035.2139-45.6466
CIE-Lab64.87079.5294-44.5929

#789ced color RGB value is (120,156,237).

#789ced hex color red value is 120, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #789ced hue: 0.62 , saturation: 0.76 and the lightness value of 789ced is 0.70.

The process color (four color CMYK) of #789ced color hex is 0.49, 0.34, 0.00, 0.07. Web safe color of #789ced is #6699ff. Color #789ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 11101101
Octal 170 234 355
Decimal 120 156 237
Hex 78 9C ED

RGB Percentages of Color #789ced

%23.39
%30.41
%46.20

CMYK Percentages of Color #789ced

%49
%34
%0
%7

Triadic Colors of #789ced

#789ced #ed789c #9ced78

Analogous Colors of #789ced

#789ced #8f78ed #78d7ed

Monochromatic Colors of #789ced

#789ced

Complementary Color

#789ced #edc978

#789ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ced Color CSS Codes

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

#789ced Text Font Color

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

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


#789ced Background Color

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

This div background color is #789ced


#789ced Border Color

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

This div border color is #789ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ced


Comments

No comments written yet.

Please login to write comment.