Color Hex Logo

#77aadd Color Hex

#77AADD
(119,170,221)
1 Favorites   0 Comments

Color spaces of #77aadd

RGB 119170221
HSL0.580.600.67
HSV210°46°87°
CMYK 0.460.230.00   0.13
XYZ35.033637.891873.8740
Yxy37.89180.23860.2581
Hunter Lab61.5563-6.1337-28.0648
CIE-Lab67.9408-3.3168-31.0158

#77aadd color RGB value is (119,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11011101
Octal 167 252 335
Decimal 119 170 221
Hex 77 AA DD

RGB Percentages of Color #77aadd

%23.33
%33.33
%43.33

CMYK Percentages of Color #77aadd

%46
%23
%0
%13

Triadic Colors of #77aadd

#77aadd #dd77aa #aadd77

Analogous Colors of #77aadd

#77aadd #7777dd #77dddd

Monochromatic Colors of #77aadd

#77aadd

Complementary Color

#77aadd #ddaa77

#77aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aadd Color CSS Codes

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

#77aadd Text Font Color

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

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


#77aadd Background Color

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

This div background color is #77aadd


#77aadd Border Color

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

This div border color is #77aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aadd


Comments

No comments written yet.

Please login to write comment.