Color Hex Logo

#78afbb Color Hex

#78AFBB
(120,175,187)
0 Favorites   0 Comments

Color spaces of #78afbb

RGB 120175187
HSL0.530.330.60
HSV191°36°73°
CMYK 0.360.060.00   0.27
XYZ32.045338.240952.7060
Yxy38.24090.26050.3109
Hunter Lab61.8392-15.7193-7.2458
CIE-Lab68.1978-14.9220-11.8665

#78afbb color RGB value is (120,175,187).

#78afbb hex color red value is 120, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #78afbb hue: 0.53 , saturation: 0.33 and the lightness value of 78afbb is 0.60.

The process color (four color CMYK) of #78afbb color hex is 0.36, 0.06, 0.00, 0.27. Web safe color of #78afbb is #6699cc. Color #78afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101111 10111011
Octal 170 257 273
Decimal 120 175 187
Hex 78 AF BB

RGB Percentages of Color #78afbb

%24.90
%36.31
%38.80

CMYK Percentages of Color #78afbb

%36
%6
%0
%27

Triadic Colors of #78afbb

#78afbb #bb78af #afbb78

Analogous Colors of #78afbb

#78afbb #788ebb #78bba6

Monochromatic Colors of #78afbb

#78afbb

Complementary Color

#78afbb #bb8478

#78afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78afbb Color CSS Codes

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

#78afbb Text Font Color

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

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


#78afbb Background Color

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

This div background color is #78afbb


#78afbb Border Color

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

This div border color is #78afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78afbb


Comments

No comments written yet.

Please login to write comment.