Color Hex Logo

#77aedc Color Hex

#77AEDC
(119,174,220)
0 Favorites   0 Comments

Color spaces of #77aedc

RGB 119174220
HSL0.580.590.66
HSV207°46°86°
CMYK 0.460.210.00   0.14
XYZ35.662139.361373.4281
Yxy39.36130.24020.2651
Hunter Lab62.7386-8.3289-25.4749
CIE-Lab69.0122-5.8037-28.8143

#77aedc color RGB value is (119,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101110 11011100
Octal 167 256 334
Decimal 119 174 220
Hex 77 AE DC

RGB Percentages of Color #77aedc

%23.20
%33.92
%42.88

CMYK Percentages of Color #77aedc

%46
%21
%0
%14

Triadic Colors of #77aedc

#77aedc #dc77ae #aedc77

Analogous Colors of #77aedc

#77aedc #777cdc #77dcd8

Monochromatic Colors of #77aedc

#77aedc

Complementary Color

#77aedc #dca577

#77aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aedc Color CSS Codes

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

#77aedc Text Font Color

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

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


#77aedc Background Color

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

This div background color is #77aedc


#77aedc Border Color

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

This div border color is #77aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aedc


Comments

No comments written yet.

Please login to write comment.