Color Hex Logo

#78fcab Color Hex

#78FCAB
(120,252,171)
0 Favorites   0 Comments

Color spaces of #78fcab

RGB 120252171
HSL0.400.960.73
HSV143°52°99°
CMYK 0.520.000.32   0.01
XYZ49.906876.554250.6741
Yxy76.55420.28170.4322
Hunter Lab87.4953-51.301326.9080
CIE-Lab90.1160-54.020327.9681

#78fcab color RGB value is (120,252,171).

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

The process color (four color CMYK) of #78fcab color hex is 0.52, 0.00, 0.32, 0.01. Web safe color of #78fcab is #66ff99. Color #78fcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 10101011
Octal 170 374 253
Decimal 120 252 171
Hex 78 FC AB

RGB Percentages of Color #78fcab

%22.10
%46.41
%31.49

CMYK Percentages of Color #78fcab

%52
%0
%32
%1

Triadic Colors of #78fcab

#78fcab #ab78fc #fcab78

Analogous Colors of #78fcab

#78fcab #78fced #87fc78

Monochromatic Colors of #78fcab

#78fcab

Complementary Color

#78fcab #fc78c9

#78fcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fcab Color CSS Codes

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

#78fcab Text Font Color

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

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


#78fcab Background Color

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

This div background color is #78fcab


#78fcab Border Color

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

This div border color is #78fcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fcab


Comments

No comments written yet.

Please login to write comment.