Color Hex Logo

#77afbc Color Hex

#77AFBC
(119,175,188)
0 Favorites   0 Comments

Color spaces of #77afbc

RGB 119175188
HSL0.530.340.60
HSV191°37°74°
CMYK 0.370.070.00   0.26
XYZ32.014838.212753.2654
Yxy38.21270.25920.3094
Hunter Lab61.8164-15.7334-7.8170
CIE-Lab68.1771-14.9432-12.4558

#77afbc color RGB value is (119,175,188).

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

The process color (four color CMYK) of #77afbc color hex is 0.37, 0.07, 0.00, 0.26. Web safe color of #77afbc is #6699cc. Color #77afbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 10111100
Octal 167 257 274
Decimal 119 175 188
Hex 77 AF BC

RGB Percentages of Color #77afbc

%24.69
%36.31
%39.00

CMYK Percentages of Color #77afbc

%37
%7
%0
%26

Triadic Colors of #77afbc

#77afbc #bc77af #afbc77

Analogous Colors of #77afbc

#77afbc #778dbc #77bca7

Monochromatic Colors of #77afbc

#77afbc

Complementary Color

#77afbc #bc8477

#77afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afbc Color CSS Codes

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

#77afbc Text Font Color

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

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


#77afbc Background Color

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

This div background color is #77afbc


#77afbc Border Color

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

This div border color is #77afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afbc


Comments

No comments written yet.

Please login to write comment.