Color Hex Logo

#77abc1 Color Hex

#77ABC1
(119,171,193)
1 Favorites   0 Comments

Color spaces of #77abc1

RGB 119171193
HSL0.550.370.61
HSV198°38°76°
CMYK 0.380.110.00   0.24
XYZ31.796336.898055.8983
Yxy36.89800.25520.2961
Hunter Lab60.7437-12.8657-12.0399
CIE-Lab67.2004-11.5267-16.6945

#77abc1 color RGB value is (119,171,193).

#77abc1 hex color red value is 119, green value is 171 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #77abc1 hue: 0.55 , saturation: 0.37 and the lightness value of 77abc1 is 0.61.

The process color (four color CMYK) of #77abc1 color hex is 0.38, 0.11, 0.00, 0.24. Web safe color of #77abc1 is #6699cc. Color #77abc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101011 11000001
Octal 167 253 301
Decimal 119 171 193
Hex 77 AB C1

RGB Percentages of Color #77abc1

%24.64
%35.40
%39.96

CMYK Percentages of Color #77abc1

%38
%11
%0
%24

Triadic Colors of #77abc1

#77abc1 #c177ab #abc177

Analogous Colors of #77abc1

#77abc1 #7786c1 #77c1b2

Monochromatic Colors of #77abc1

#77abc1

Complementary Color

#77abc1 #c18d77

#77abc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77abc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77abc1 Color CSS Codes

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

#77abc1 Text Font Color

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

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


#77abc1 Background Color

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

This div background color is #77abc1


#77abc1 Border Color

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

This div border color is #77abc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77abc1


Comments

No comments written yet.

Please login to write comment.