Color Hex Logo

#78fabd Color Hex

#78FABD
(120,250,189)
0 Favorites   0 Comments

Color spaces of #78fabd

RGB 120250189
HSL0.420.930.73
HSV152°52°98°
CMYK 0.520.000.24   0.02
XYZ51.116676.038460.1269
Yxy76.03840.27290.4060
Hunter Lab87.2000-47.963420.1578
CIE-Lab89.8772-49.757318.4628

#78fabd color RGB value is (120,250,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111010 10111101
Octal 170 372 275
Decimal 120 250 189
Hex 78 FA BD

RGB Percentages of Color #78fabd

%21.47
%44.72
%33.81

CMYK Percentages of Color #78fabd

%52
%0
%24
%2

Triadic Colors of #78fabd

#78fabd #bd78fa #fabd78

Analogous Colors of #78fabd

#78fabd #78f6fa #78fa7c

Monochromatic Colors of #78fabd

#78fabd

Complementary Color

#78fabd #fa78b5

#78fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fabd Color CSS Codes

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

#78fabd Text Font Color

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

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


#78fabd Background Color

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

This div background color is #78fabd


#78fabd Border Color

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

This div border color is #78fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fabd


Comments

No comments written yet.

Please login to write comment.