Color Hex Logo

#78bfa4 Color Hex

#78BFA4
(120,191,164)
0 Favorites   0 Comments

Color spaces of #78bfa4

RGB 120191164
HSL0.440.360.61
HSV157°37°75°
CMYK 0.370.000.14   0.25
XYZ33.077443.935041.8589
Yxy43.93500.27830.3696
Hunter Lab66.2835-26.91948.9560
CIE-Lab72.1850-28.41176.6181

#78bfa4 color RGB value is (120,191,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 10100100
Octal 170 277 244
Decimal 120 191 164
Hex 78 BF A4

RGB Percentages of Color #78bfa4

%25.26
%40.21
%34.53

CMYK Percentages of Color #78bfa4

%37
%0
%14
%25

Triadic Colors of #78bfa4

#78bfa4 #a478bf #bfa478

Analogous Colors of #78bfa4

#78bfa4 #78b7bf #78bf81

Monochromatic Colors of #78bfa4

#78bfa4

Complementary Color

#78bfa4 #bf7893

#78bfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfa4 Color CSS Codes

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

#78bfa4 Text Font Color

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

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


#78bfa4 Background Color

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

This div background color is #78bfa4


#78bfa4 Border Color

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

This div border color is #78bfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfa4


Comments

No comments written yet.

Please login to write comment.