Color Hex Logo

#77afbb Color Hex

#77AFBB
(119,175,187)
0 Favorites   0 Comments

Color spaces of #77afbb

RGB 119175187
HSL0.530.330.60
HSV191°36°73°
CMYK 0.360.060.00   0.27
XYZ31.907438.169752.6995
Yxy38.16970.25990.3109
Hunter Lab61.7816-15.9307-7.3270
CIE-Lab68.1455-15.1965-11.9502

#77afbb color RGB value is (119,175,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 10111011
Octal 167 257 273
Decimal 119 175 187
Hex 77 AF BB

RGB Percentages of Color #77afbb

%24.74
%36.38
%38.88

CMYK Percentages of Color #77afbb

%36
%6
%0
%27

Triadic Colors of #77afbb

#77afbb #bb77af #afbb77

Analogous Colors of #77afbb

#77afbb #778dbb #77bba5

Monochromatic Colors of #77afbb

#77afbb

Complementary Color

#77afbb #bb8377

#77afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afbb Color CSS Codes

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

#77afbb Text Font Color

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

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


#77afbb Background Color

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

This div background color is #77afbb


#77afbb Border Color

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

This div border color is #77afbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #77afbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afbb


Comments

No comments written yet.

Please login to write comment.