Color Hex Logo

#77aeba Color Hex

#77AEBA
(119,174,186)
0 Favorites   0 Comments

Color spaces of #77aeba

RGB 119174186
HSL0.530.330.60
HSV191°36°73°
CMYK 0.360.060.00   0.27
XYZ31.606737.739252.0729
Yxy37.73920.26030.3108
Hunter Lab61.4322-15.6687-7.2545
CIE-Lab67.8280-14.9229-11.8728

#77aeba color RGB value is (119,174,186).

#77aeba hex color red value is 119, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #77aeba hue: 0.53 , saturation: 0.33 and the lightness value of 77aeba is 0.60.

The process color (four color CMYK) of #77aeba color hex is 0.36, 0.06, 0.00, 0.27. Web safe color of #77aeba is #6699cc. Color #77aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101110 10111010
Octal 167 256 272
Decimal 119 174 186
Hex 77 AE BA

RGB Percentages of Color #77aeba

%24.84
%36.33
%38.83

CMYK Percentages of Color #77aeba

%36
%6
%0
%27

Triadic Colors of #77aeba

#77aeba #ba77ae #aeba77

Analogous Colors of #77aeba

#77aeba #778dba #77baa5

Monochromatic Colors of #77aeba

#77aeba

Complementary Color

#77aeba #ba8377

#77aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aeba Color CSS Codes

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

#77aeba Text Font Color

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

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


#77aeba Background Color

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

This div background color is #77aeba


#77aeba Border Color

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

This div border color is #77aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aeba


Comments

No comments written yet.

Please login to write comment.