Color Hex Logo

#77afcd Color Hex

#77AFCD
(119,175,205)
0 Favorites   0 Comments

Color spaces of #77afcd

RGB 119175205
HSL0.560.460.64
HSV201°42°80°
CMYK 0.420.150.00   0.20
XYZ33.957238.989763.4936
Yxy38.98970.24890.2858
Hunter Lab62.4417-12.2008-16.5796
CIE-Lab68.7438-10.4879-20.9811

#77afcd color RGB value is (119,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 11001101
Octal 167 257 315
Decimal 119 175 205
Hex 77 AF CD

RGB Percentages of Color #77afcd

%23.85
%35.07
%41.08

CMYK Percentages of Color #77afcd

%42
%15
%0
%20

Triadic Colors of #77afcd

#77afcd #cd77af #afcd77

Analogous Colors of #77afcd

#77afcd #7784cd #77cdc0

Monochromatic Colors of #77afcd

#77afcd

Complementary Color

#77afcd #cd9577

#77afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afcd Color CSS Codes

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

#77afcd Text Font Color

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

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


#77afcd Background Color

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

This div background color is #77afcd


#77afcd Border Color

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

This div border color is #77afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afcd


Comments

No comments written yet.

Please login to write comment.