Color Hex Logo

#77adbc Color Hex

#77ADBC
(119,173,188)
0 Favorites   0 Comments

Color spaces of #77adbc

RGB 119173188
HSL0.540.340.60
HSV193°37°74°
CMYK 0.370.080.00   0.26
XYZ31.628437.439953.1366
Yxy37.43990.25880.3064
Hunter Lab61.1882-14.8119-8.6565
CIE-Lab67.6058-13.8859-13.3137

#77adbc color RGB value is (119,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 10111100
Octal 167 255 274
Decimal 119 173 188
Hex 77 AD BC

RGB Percentages of Color #77adbc

%24.79
%36.04
%39.17

CMYK Percentages of Color #77adbc

%37
%8
%0
%26

Triadic Colors of #77adbc

#77adbc #bc77ad #adbc77

Analogous Colors of #77adbc

#77adbc #778bbc #77bca9

Monochromatic Colors of #77adbc

#77adbc

Complementary Color

#77adbc #bc8677

#77adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77adbc Color CSS Codes

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

#77adbc Text Font Color

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

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


#77adbc Background Color

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

This div background color is #77adbc


#77adbc Border Color

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

This div border color is #77adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77adbc


Comments

No comments written yet.

Please login to write comment.