Color Hex Logo

#77adcd Color Hex

#77ADCD
(119,173,205)
0 Favorites   0 Comments

Color spaces of #77adcd

RGB 119173205
HSL0.560.460.64
HSV202°42°80°
CMYK 0.420.160.00   0.20
XYZ33.570838.216963.3648
Yxy38.21690.24840.2828
Hunter Lab61.8198-11.2516-17.4979
CIE-Lab68.1802-9.4093-21.8398

#77adcd color RGB value is (119,173,205).

#77adcd hex color red value is 119, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #77adcd hue: 0.56 , saturation: 0.46 and the lightness value of 77adcd is 0.64.

The process color (four color CMYK) of #77adcd color hex is 0.42, 0.16, 0.00, 0.20. Web safe color of #77adcd is #6699cc. Color #77adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 11001101
Octal 167 255 315
Decimal 119 173 205
Hex 77 AD CD

RGB Percentages of Color #77adcd

%23.94
%34.81
%41.25

CMYK Percentages of Color #77adcd

%42
%16
%0
%20

Triadic Colors of #77adcd

#77adcd #cd77ad #adcd77

Analogous Colors of #77adcd

#77adcd #7782cd #77cdc2

Monochromatic Colors of #77adcd

#77adcd

Complementary Color

#77adcd #cd9777

#77adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77adcd Color CSS Codes

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

#77adcd Text Font Color

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

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


#77adcd Background Color

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

This div background color is #77adcd


#77adcd Border Color

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

This div border color is #77adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77adcd


Comments

No comments written yet.

Please login to write comment.