Color Hex Logo

#78afff Color Hex

#78AFFF
(120,175,255)
0 Favorites   0 Comments

Color spaces of #78afff

RGB 120175255
HSL0.601.000.74
HSV216°53°100°
CMYK 0.530.310.00   0.00
XYZ41.125741.8730100.5225
Yxy41.87300.22410.2282
Hunter Lab64.70940.2034-46.8073
CIE-Lab70.78334.1111-45.1178

#78afff color RGB value is (120,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101111 11111111
Octal 170 257 377
Decimal 120 175 255
Hex 78 AF FF

RGB Percentages of Color #78afff

%21.82
%31.82
%46.36

CMYK Percentages of Color #78afff

%53
%31
%0
%0

Triadic Colors of #78afff

#78afff #ff78af #afff78

Analogous Colors of #78afff

#78afff #8578ff #78f3ff

Monochromatic Colors of #78afff

#78afff

Complementary Color

#78afff #ffc878

#78afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#78afff Color CSS Codes

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

#78afff Text Font Color

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

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


#78afff Background Color

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

This div background color is #78afff


#78afff Border Color

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

This div border color is #78afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78afff

Related Colors


Comments

No comments written yet.

Please login to write comment.