Color Hex Logo

#77acdd Color Hex

#77ACDD
(119,172,221)
0 Favorites   0 Comments

Color spaces of #77acdd

RGB 119172221
HSL0.580.600.67
HSV209°46°87°
CMYK 0.460.220.00   0.13
XYZ35.411438.647473.9999
Yxy38.64740.23920.2610
Hunter Lab62.1670-7.1157-27.0583
CIE-Lab68.4951-4.4219-30.1599

#77acdd color RGB value is (119,172,221).

#77acdd hex color red value is 119, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #77acdd hue: 0.58 , saturation: 0.60 and the lightness value of 77acdd is 0.67.

The process color (four color CMYK) of #77acdd color hex is 0.46, 0.22, 0.00, 0.13. Web safe color of #77acdd is #6699cc. Color #77acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 11011101
Octal 167 254 335
Decimal 119 172 221
Hex 77 AC DD

RGB Percentages of Color #77acdd

%23.24
%33.59
%43.16

CMYK Percentages of Color #77acdd

%46
%22
%0
%13

Triadic Colors of #77acdd

#77acdd #dd77ac #acdd77

Analogous Colors of #77acdd

#77acdd #7779dd #77dddb

Monochromatic Colors of #77acdd

#77acdd

Complementary Color

#77acdd #dda877

#77acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acdd Color CSS Codes

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

#77acdd Text Font Color

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

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


#77acdd Background Color

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

This div background color is #77acdd


#77acdd Border Color

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

This div border color is #77acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acdd


Comments

No comments written yet.

Please login to write comment.