Color Hex Logo

#77aadb Color Hex

#77AADB
(119,170,219)
0 Favorites   0 Comments

Color spaces of #77aadb

RGB 119170219
HSL0.580.580.66
HSV209°46°86°
CMYK 0.460.220.00   0.14
XYZ34.768737.785972.4787
Yxy37.78590.23970.2605
Hunter Lab61.4702-6.6100-26.8788
CIE-Lab67.8625-3.8853-30.0373

#77aadb color RGB value is (119,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11011011
Octal 167 252 333
Decimal 119 170 219
Hex 77 AA DB

RGB Percentages of Color #77aadb

%23.43
%33.46
%43.11

CMYK Percentages of Color #77aadb

%46
%22
%0
%14

Triadic Colors of #77aadb

#77aadb #db77aa #aadb77

Analogous Colors of #77aadb

#77aadb #7778db #77dbda

Monochromatic Colors of #77aadb

#77aadb

Complementary Color

#77aadb #dba877

#77aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aadb Color CSS Codes

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

#77aadb Text Font Color

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

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


#77aadb Background Color

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

This div background color is #77aadb


#77aadb Border Color

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

This div border color is #77aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aadb


Comments

No comments written yet.

Please login to write comment.