Color Hex Logo

#78affe Color Hex

#78AFFE
(120,175,254)
0 Favorites   0 Comments

Color spaces of #78affe

RGB 120175254
HSL0.600.990.73
HSV215°53°100°
CMYK 0.530.310.00   0.00
XYZ40.965141.808899.6767
Yxy41.80880.22450.2292
Hunter Lab64.6597-0.0660-46.1372
CIE-Lab70.73893.8094-44.6466

#78affe color RGB value is (120,175,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101111 11111110
Octal 170 257 376
Decimal 120 175 254
Hex 78 AF FE

RGB Percentages of Color #78affe

%21.86
%31.88
%46.27

CMYK Percentages of Color #78affe

%53
%31
%0
%0

Triadic Colors of #78affe

#78affe #fe78af #affe78

Analogous Colors of #78affe

#78affe #8478fe #78f2fe

Monochromatic Colors of #78affe

#78affe

Complementary Color

#78affe #fec778

#78affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78affe Color CSS Codes

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

#78affe Text Font Color

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

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


#78affe Background Color

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

This div background color is #78affe


#78affe Border Color

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

This div border color is #78affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78affe

Related Colors


Comments

No comments written yet.

Please login to write comment.