Color Hex Logo

#78bfab Color Hex

#78BFAB
(120,191,171)
0 Favorites   0 Comments

Color spaces of #78bfab

RGB 120191171
HSL0.450.360.61
HSV163°37°75°
CMYK 0.370.000.10   0.25
XYZ33.727244.194945.2809
Yxy44.19490.27380.3587
Hunter Lab66.4792-25.77956.1514
CIE-Lab72.3586-26.87173.0578

#78bfab color RGB value is (120,191,171).

#78bfab hex color red value is 120, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #78bfab hue: 0.45 , saturation: 0.36 and the lightness value of 78bfab is 0.61.

The process color (four color CMYK) of #78bfab color hex is 0.37, 0.00, 0.10, 0.25. Web safe color of #78bfab is #66cc99. Color #78bfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 10101011
Octal 170 277 253
Decimal 120 191 171
Hex 78 BF AB

RGB Percentages of Color #78bfab

%24.90
%39.63
%35.48

CMYK Percentages of Color #78bfab

%37
%0
%10
%25

Triadic Colors of #78bfab

#78bfab #ab78bf #bfab78

Analogous Colors of #78bfab

#78bfab #78b0bf #78bf88

Monochromatic Colors of #78bfab

#78bfab

Complementary Color

#78bfab #bf788c

#78bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfab Color CSS Codes

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

#78bfab Text Font Color

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

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


#78bfab Background Color

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

This div background color is #78bfab


#78bfab Border Color

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

This div border color is #78bfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,191,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 #78bfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfab


Comments

No comments written yet.

Please login to write comment.