Color Hex Logo

#77addc Color Hex

#77ADDC
(119,173,220)
0 Favorites   0 Comments

Color spaces of #77addc

RGB 119173220
HSL0.580.590.66
HSV208°46°86°
CMYK 0.460.210.00   0.14
XYZ35.469638.976473.3639
Yxy38.97640.24000.2637
Hunter Lab62.4311-7.8414-25.9710
CIE-Lab68.7342-5.2555-29.2425

#77addc color RGB value is (119,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 11011100
Octal 167 255 334
Decimal 119 173 220
Hex 77 AD DC

RGB Percentages of Color #77addc

%23.24
%33.79
%42.97

CMYK Percentages of Color #77addc

%46
%21
%0
%14

Triadic Colors of #77addc

#77addc #dc77ad #addc77

Analogous Colors of #77addc

#77addc #777bdc #77dcd9

Monochromatic Colors of #77addc

#77addc

Complementary Color

#77addc #dca677

#77addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77addc Color CSS Codes

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

#77addc Text Font Color

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

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


#77addc Background Color

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

This div background color is #77addc


#77addc Border Color

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

This div border color is #77addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77addc


Comments

No comments written yet.

Please login to write comment.