Color Hex Logo

#77abca Color Hex

#77ABCA
(119,171,202)
0 Favorites   0 Comments

Color spaces of #77abca

RGB 119171202
HSL0.560.440.63
HSV202°41°79°
CMYK 0.410.150.00   0.21
XYZ32.831337.312061.3487
Yxy37.31200.24970.2838
Hunter Lab61.0835-10.9557-16.7889
CIE-Lab67.5105-9.1371-21.2044

#77abca color RGB value is (119,171,202).

#77abca hex color red value is 119, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #77abca hue: 0.56 , saturation: 0.44 and the lightness value of 77abca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101011 11001010
Octal 167 253 312
Decimal 119 171 202
Hex 77 AB CA

RGB Percentages of Color #77abca

%24.19
%34.76
%41.06

CMYK Percentages of Color #77abca

%41
%15
%0
%21

Triadic Colors of #77abca

#77abca #ca77ab #abca77

Analogous Colors of #77abca

#77abca #7782ca #77cac0

Monochromatic Colors of #77abca

#77abca

Complementary Color

#77abca #ca9677

#77abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77abca Color CSS Codes

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

#77abca Text Font Color

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

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


#77abca Background Color

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

This div background color is #77abca


#77abca Border Color

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

This div border color is #77abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77abca


Comments

No comments written yet.

Please login to write comment.