Color Hex Logo

#77abda Color Hex

#77ABDA
(119,171,218)
0 Favorites   0 Comments

Color spaces of #77abda

RGB 119171218
HSL0.580.570.66
HSV208°45°85°
CMYK 0.450.220.00   0.15
XYZ34.825538.109771.8501
Yxy38.10970.24050.2632
Hunter Lab61.7331-7.3355-25.7935
CIE-Lab68.1014-4.7203-29.1191

#77abda color RGB value is (119,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101011 11011010
Octal 167 253 332
Decimal 119 171 218
Hex 77 AB DA

RGB Percentages of Color #77abda

%23.43
%33.66
%42.91

CMYK Percentages of Color #77abda

%45
%22
%0
%15

Triadic Colors of #77abda

#77abda #da77ab #abda77

Analogous Colors of #77abda

#77abda #777ada #77dad8

Monochromatic Colors of #77abda

#77abda

Complementary Color

#77abda #daa677

#77abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#77abda Color CSS Codes

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

#77abda Text Font Color

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

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


#77abda Background Color

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

This div background color is #77abda


#77abda Border Color

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

This div border color is #77abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77abda


Comments

No comments written yet.

Please login to write comment.