Color Hex Logo

#78adfe Color Hex

#78ADFE
(120,173,254)
0 Favorites   0 Comments

Color spaces of #78adfe

RGB 120173254
HSL0.600.990.73
HSV216°53°100°
CMYK 0.530.320.00   0.00
XYZ40.578741.036099.5479
Yxy41.03600.22400.2265
Hunter Lab64.05930.9678-47.2948
CIE-Lab70.20114.9361-45.4901

#78adfe color RGB value is (120,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 11111110
Octal 170 255 376
Decimal 120 173 254
Hex 78 AD FE

RGB Percentages of Color #78adfe

%21.94
%31.63
%46.44

CMYK Percentages of Color #78adfe

%53
%32
%0
%0

Triadic Colors of #78adfe

#78adfe #fe78ad #adfe78

Analogous Colors of #78adfe

#78adfe #8678fe #78f0fe

Monochromatic Colors of #78adfe

#78adfe

Complementary Color

#78adfe #fec978

#78adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78adfe Color CSS Codes

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

#78adfe Text Font Color

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

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


#78adfe Background Color

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

This div background color is #78adfe


#78adfe Border Color

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

This div border color is #78adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78adfe

Related Colors


Comments

No comments written yet.

Please login to write comment.