Color Hex Logo

#78faf1 Color Hex

#78FAF1
(120,250,241)
0 Favorites   0 Comments

Color spaces of #78faf1

RGB 120250241
HSL0.490.930.73
HSV176°52°98°
CMYK 0.520.000.04   0.02
XYZ57.808578.715295.3658
Yxy78.71520.24930.3395
Hunter Lab88.7216-38.9572-1.6250
CIE-Lab91.1053-38.0296-6.6912

#78faf1 color RGB value is (120,250,241).

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

The process color (four color CMYK) of #78faf1 color hex is 0.52, 0.00, 0.04, 0.02. Web safe color of #78faf1 is #66ffff. Color #78faf1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111010 11110001
Octal 170 372 361
Decimal 120 250 241
Hex 78 FA F1

RGB Percentages of Color #78faf1

%19.64
%40.92
%39.44

CMYK Percentages of Color #78faf1

%52
%0
%4
%2

Triadic Colors of #78faf1

#78faf1 #f178fa #faf178

Analogous Colors of #78faf1

#78faf1 #78c2fa #78fab0

Monochromatic Colors of #78faf1

#78faf1

Complementary Color

#78faf1 #fa7881

#78faf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78faf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78faf1 Color CSS Codes

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

#78faf1 Text Font Color

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

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


#78faf1 Background Color

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

This div background color is #78faf1


#78faf1 Border Color

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

This div border color is #78faf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78faf1

Related Colors


Comments

No comments written yet.

Please login to write comment.