Color Hex Logo

#78adff Color Hex

#78ADFF
(120,173,255)
1 Favorites   0 Comments

Color spaces of #78adff

RGB 120173255
HSL0.601.000.74
HSV216°53°100°
CMYK 0.530.320.00   0.00
XYZ40.739341.1002100.3937
Yxy41.10020.22360.2255
Hunter Lab64.10941.2390-47.9700
CIE-Lab70.24615.2385-45.9608

#78adff color RGB value is (120,173,255).

#78adff hex color red value is 120, green value is 173 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #78adff hue: 0.60 , saturation: 1.00 and the lightness value of 78adff is 0.74.

The process color (four color CMYK) of #78adff color hex is 0.53, 0.32, 0.00, 0.00. Web safe color of #78adff is #6699ff. Color #78adff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 11111111
Octal 170 255 377
Decimal 120 173 255
Hex 78 AD FF

RGB Percentages of Color #78adff

%21.90
%31.57
%46.53

CMYK Percentages of Color #78adff

%53
%32
%0
%0

Triadic Colors of #78adff

#78adff #ff78ad #adff78

Analogous Colors of #78adff

#78adff #8778ff #78f1ff

Monochromatic Colors of #78adff

#78adff

Complementary Color

#78adff #ffca78

#78adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adff Color CSS Codes

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

#78adff Text Font Color

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

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


#78adff Background Color

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

This div background color is #78adff


#78adff Border Color

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

This div border color is #78adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adff

Related Colors


Comments

No comments written yet.

Please login to write comment.