Color Hex Logo

#78fabf Color Hex

#78FABF
(120,250,191)
0 Favorites   0 Comments

Color spaces of #78fabf

RGB 120250191
HSL0.420.930.73
HSV153°52°98°
CMYK 0.520.000.24   0.02
XYZ51.335376.125961.2783
Yxy76.12590.27200.4033
Hunter Lab87.2502-47.663919.4340
CIE-Lab89.9178-49.353217.4921

#78fabf color RGB value is (120,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111010 10111111
Octal 170 372 277
Decimal 120 250 191
Hex 78 FA BF

RGB Percentages of Color #78fabf

%21.39
%44.56
%34.05

CMYK Percentages of Color #78fabf

%52
%0
%24
%2

Triadic Colors of #78fabf

#78fabf #bf78fa #fabf78

Analogous Colors of #78fabf

#78fabf #78f4fa #78fa7e

Monochromatic Colors of #78fabf

#78fabf

Complementary Color

#78fabf #fa78b3

#78fabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fabf Color CSS Codes

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

#78fabf Text Font Color

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

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


#78fabf Background Color

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

This div background color is #78fabf


#78fabf Border Color

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

This div border color is #78fabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fabf


Comments

No comments written yet.

Please login to write comment.