Color Hex Logo

#78acc1 Color Hex

#78ACC1
(120,172,193)
0 Favorites   0 Comments

Color spaces of #78acc1

RGB 120172193
HSL0.550.370.61
HSV197°38°76°
CMYK 0.380.110.00   0.24
XYZ32.123937.348455.9679
Yxy37.34840.25610.2977
Hunter Lab61.1133-13.1208-11.5187
CIE-Lab67.5376-11.7920-16.1797

#78acc1 color RGB value is (120,172,193).

#78acc1 hex color red value is 120, green value is 172 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #78acc1 hue: 0.55 , saturation: 0.37 and the lightness value of 78acc1 is 0.61.

The process color (four color CMYK) of #78acc1 color hex is 0.38, 0.11, 0.00, 0.24. Web safe color of #78acc1 is #6699cc. Color #78acc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101100 11000001
Octal 170 254 301
Decimal 120 172 193
Hex 78 AC C1

RGB Percentages of Color #78acc1

%24.74
%35.46
%39.79

CMYK Percentages of Color #78acc1

%38
%11
%0
%24

Triadic Colors of #78acc1

#78acc1 #c178ac #acc178

Analogous Colors of #78acc1

#78acc1 #7888c1 #78c1b2

Monochromatic Colors of #78acc1

#78acc1

Complementary Color

#78acc1 #c18d78

#78acc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78acc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78acc1 Color CSS Codes

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

#78acc1 Text Font Color

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

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


#78acc1 Background Color

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

This div background color is #78acc1


#78acc1 Border Color

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

This div border color is #78acc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78acc1


Comments

No comments written yet.

Please login to write comment.