Color Hex Logo

#77badc Color Hex

#77BADC
(119,186,220)
0 Favorites   0 Comments

Color spaces of #77badc

RGB 119186220
HSL0.560.590.66
HSV200°46°86°
CMYK 0.460.150.00   0.14
XYZ38.084944.207174.2357
Yxy44.20710.24330.2824
Hunter Lab66.4884-14.1090-19.6566
CIE-Lab72.3667-12.2744-23.6713

#77badc color RGB value is (119,186,220).

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

The process color (four color CMYK) of #77badc color hex is 0.46, 0.15, 0.00, 0.14. Web safe color of #77badc is #66cccc. Color #77badc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10111010 11011100
Octal 167 272 334
Decimal 119 186 220
Hex 77 BA DC

RGB Percentages of Color #77badc

%22.67
%35.43
%41.90

CMYK Percentages of Color #77badc

%46
%15
%0
%14

Triadic Colors of #77badc

#77badc #dc77ba #badc77

Analogous Colors of #77badc

#77badc #7788dc #77dccc

Monochromatic Colors of #77badc

#77badc

Complementary Color

#77badc #dc9977

#77badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77badc Color CSS Codes

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

#77badc Text Font Color

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

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


#77badc Background Color

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

This div background color is #77badc


#77badc Border Color

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

This div border color is #77badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77badc


Comments

No comments written yet.

Please login to write comment.