Color Hex Logo

#77add7 Color Hex

#77ADD7
(119,173,215)
0 Favorites   0 Comments

Color spaces of #77add7

RGB 119173215
HSL0.570.550.65
HSV206°45°84°
CMYK 0.450.200.00   0.16
XYZ34.817138.715469.9277
Yxy38.71540.24270.2699
Hunter Lab62.2217-9.0056-23.0777
CIE-Lab68.5446-6.6595-26.7880

#77add7 color RGB value is (119,173,215).

#77add7 hex color red value is 119, green value is 173 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #77add7 hue: 0.57 , saturation: 0.55 and the lightness value of 77add7 is 0.65.

The process color (four color CMYK) of #77add7 color hex is 0.45, 0.20, 0.00, 0.16. Web safe color of #77add7 is #6699cc. Color #77add7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101101 11010111
Octal 167 255 327
Decimal 119 173 215
Hex 77 AD D7

RGB Percentages of Color #77add7

%23.47
%34.12
%42.41

CMYK Percentages of Color #77add7

%45
%20
%0
%16

Triadic Colors of #77add7

#77add7 #d777ad #add777

Analogous Colors of #77add7

#77add7 #777dd7 #77d7d1

Monochromatic Colors of #77add7

#77add7

Complementary Color

#77add7 #d7a177

#77add7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77add7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77add7 Color CSS Codes

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

#77add7 Text Font Color

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

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


#77add7 Background Color

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

This div background color is #77add7


#77add7 Border Color

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

This div border color is #77add7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77add7


Comments

No comments written yet.

Please login to write comment.