Color Hex Logo

#78c1fa Color Hex

#78C1FA
(120,193,250)
0 Favorites   0 Comments

Color spaces of #78c1fa

RGB 120193250
HSL0.570.930.73
HSV206°52°98°
CMYK 0.520.230.00   0.02
XYZ44.071049.035197.5844
Yxy49.03510.23110.2571
Hunter Lab70.0251-10.2030-33.6069
CIE-Lab75.4732-7.2834-35.1157

#78c1fa color RGB value is (120,193,250).

#78c1fa hex color red value is 120, green value is 193 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #78c1fa hue: 0.57 , saturation: 0.93 and the lightness value of 78c1fa is 0.73.

The process color (four color CMYK) of #78c1fa color hex is 0.52, 0.23, 0.00, 0.02. Web safe color of #78c1fa is #66ccff. Color #78c1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11000001 11111010
Octal 170 301 372
Decimal 120 193 250
Hex 78 C1 FA

RGB Percentages of Color #78c1fa

%21.31
%34.28
%44.40

CMYK Percentages of Color #78c1fa

%52
%23
%0
%2

Triadic Colors of #78c1fa

#78c1fa #fa78c1 #c1fa78

Analogous Colors of #78c1fa

#78c1fa #7880fa #78faf2

Monochromatic Colors of #78c1fa

#78c1fa

Complementary Color

#78c1fa #fab178

#78c1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78c1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78c1fa Color CSS Codes

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

#78c1fa Text Font Color

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

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


#78c1fa Background Color

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

This div background color is #78c1fa


#78c1fa Border Color

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

This div border color is #78c1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78c1fa


Comments

No comments written yet.

Please login to write comment.