Color Hex Logo

#77adaf Color Hex

#77ADAF
(119,173,175)
0 Favorites   0 Comments

Color spaces of #77adaf

RGB 119173175
HSL0.510.260.58
HSV182°32°69°
CMYK 0.320.010.00   0.31
XYZ30.289236.904246.0843
Yxy36.90420.26740.3258
Hunter Lab60.7488-17.3108-2.4534
CIE-Lab67.2051-17.1198-6.7053

#77adaf color RGB value is (119,173,175).

#77adaf hex color red value is 119, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #77adaf hue: 0.51 , saturation: 0.26 and the lightness value of 77adaf is 0.58.

The process color (four color CMYK) of #77adaf color hex is 0.32, 0.01, 0.00, 0.31. Web safe color of #77adaf is #669999. Color #77adaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 10101111
Octal 167 255 257
Decimal 119 173 175
Hex 77 AD AF

RGB Percentages of Color #77adaf

%25.48
%37.04
%37.47

CMYK Percentages of Color #77adaf

%32
%1
%0
%31

Triadic Colors of #77adaf

#77adaf #af77ad #adaf77

Analogous Colors of #77adaf

#77adaf #7791af #77af95

Monochromatic Colors of #77adaf

#77adaf

Complementary Color

#77adaf #af7977

#77adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#77adaf Color CSS Codes

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

#77adaf Text Font Color

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

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


#77adaf Background Color

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

This div background color is #77adaf


#77adaf Border Color

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

This div border color is #77adaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77adaf


Comments

No comments written yet.

Please login to write comment.