Color Hex Logo

#77accd Color Hex

#77ACCD
(119,172,205)
0 Favorites   0 Comments

Color spaces of #77accd

RGB 119172205
HSL0.560.460.64
HSV203°42°80°
CMYK 0.420.160.00   0.20
XYZ33.379737.834863.3011
Yxy37.83480.24810.2813
Hunter Lab61.5100-10.7757-17.9595
CIE-Lab67.8987-8.8679-22.2692

#77accd color RGB value is (119,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 11001101
Octal 167 254 315
Decimal 119 172 205
Hex 77 AC CD

RGB Percentages of Color #77accd

%23.99
%34.68
%41.33

CMYK Percentages of Color #77accd

%42
%16
%0
%20

Triadic Colors of #77accd

#77accd #cd77ac #accd77

Analogous Colors of #77accd

#77accd #7781cd #77cdc3

Monochromatic Colors of #77accd

#77accd

Complementary Color

#77accd #cd9877

#77accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77accd Color CSS Codes

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

#77accd Text Font Color

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

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


#77accd Background Color

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

This div background color is #77accd


#77accd Border Color

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

This div border color is #77accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77accd


Comments

No comments written yet.

Please login to write comment.