Color Hex Logo

#78abfd Color Hex

#78ABFD
(120,171,253)
0 Favorites   0 Comments

Color spaces of #78abfd

RGB 120171253
HSL0.600.970.73
HSV217°53°99°
CMYK 0.530.320.00   0.01
XYZ40.038340.210798.5797
Yxy40.21070.22390.2249
Hunter Lab63.41191.7341-47.7835
CIE-Lab69.61935.7651-45.8618

#78abfd color RGB value is (120,171,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 11111101
Octal 170 253 375
Decimal 120 171 253
Hex 78 AB FD

RGB Percentages of Color #78abfd

%22.06
%31.43
%46.51

CMYK Percentages of Color #78abfd

%53
%32
%0
%1

Triadic Colors of #78abfd

#78abfd #fd78ab #abfd78

Analogous Colors of #78abfd

#78abfd #8878fd #78eefd

Monochromatic Colors of #78abfd

#78abfd

Complementary Color

#78abfd #fdca78

#78abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abfd Color CSS Codes

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

#78abfd Text Font Color

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

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


#78abfd Background Color

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

This div background color is #78abfd


#78abfd Border Color

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

This div border color is #78abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abfd


Comments

No comments written yet.

Please login to write comment.