Color Hex Logo

#78accd Color Hex

#78ACCD
(120,172,205)
0 Favorites   0 Comments

Color spaces of #78accd

RGB 120172205
HSL0.560.460.64
HSV203°41°80°
CMYK 0.410.160.00   0.20
XYZ33.517737.905963.3076
Yxy37.90590.24880.2813
Hunter Lab61.5678-10.5676-17.8680
CIE-Lab67.9512-8.6088-22.1843

#78accd color RGB value is (120,172,205).

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

The process color (four color CMYK) of #78accd color hex is 0.41, 0.16, 0.00, 0.20. Web safe color of #78accd is #6699cc. Color #78accd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101100 11001101
Octal 170 254 315
Decimal 120 172 205
Hex 78 AC CD

RGB Percentages of Color #78accd

%24.14
%34.61
%41.25

CMYK Percentages of Color #78accd

%41
%16
%0
%20

Triadic Colors of #78accd

#78accd #cd78ac #accd78

Analogous Colors of #78accd

#78accd #7882cd #78cdc4

Monochromatic Colors of #78accd

#78accd

Complementary Color

#78accd #cd9978

#78accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78accd Color CSS Codes

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

#78accd Text Font Color

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

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


#78accd Background Color

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

This div background color is #78accd


#78accd Border Color

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

This div border color is #78accd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,172,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 #78accd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78accd


Comments

No comments written yet.

Please login to write comment.