Color Hex Logo

#78afde Color Hex

#78AFDE
(120,175,222)
0 Favorites   0 Comments

Color spaces of #78afde

RGB 120175222
HSL0.580.610.67
HSV208°46°87°
CMYK 0.460.210.00   0.13
XYZ36.260539.926974.9028
Yxy39.92690.24000.2643
Hunter Lab63.1877-8.1457-26.0510
CIE-Lab69.4174-5.5446-29.2819

#78afde color RGB value is (120,175,222).

#78afde hex color red value is 120, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #78afde hue: 0.58 , saturation: 0.61 and the lightness value of 78afde is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101111 11011110
Octal 170 257 336
Decimal 120 175 222
Hex 78 AF DE

RGB Percentages of Color #78afde

%23.21
%33.85
%42.94

CMYK Percentages of Color #78afde

%46
%21
%0
%13

Triadic Colors of #78afde

#78afde #de78af #afde78

Analogous Colors of #78afde

#78afde #787cde #78deda

Monochromatic Colors of #78afde

#78afde

Complementary Color

#78afde #dea778

#78afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#78afde Color CSS Codes

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

#78afde Text Font Color

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

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


#78afde Background Color

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

This div background color is #78afde


#78afde Border Color

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

This div border color is #78afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78afde


Comments

No comments written yet.

Please login to write comment.