Color Hex Logo

#77aeca Color Hex

#77AECA
(119,174,202)
0 Favorites   0 Comments

Color spaces of #77aeca

RGB 119174202
HSL0.560.440.63
HSV200°41°79°
CMYK 0.410.140.00   0.21
XYZ33.404538.458361.5397
Yxy38.45830.25040.2883
Hunter Lab62.0148-12.3761-15.4255
CIE-Lab68.3570-10.7563-19.9160

#77aeca color RGB value is (119,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101110 11001010
Octal 167 256 312
Decimal 119 174 202
Hex 77 AE CA

RGB Percentages of Color #77aeca

%24.04
%35.15
%40.81

CMYK Percentages of Color #77aeca

%41
%14
%0
%21

Triadic Colors of #77aeca

#77aeca #ca77ae #aeca77

Analogous Colors of #77aeca

#77aeca #7785ca #77cabd

Monochromatic Colors of #77aeca

#77aeca

Complementary Color

#77aeca #ca9377

#77aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aeca Color CSS Codes

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

#77aeca Text Font Color

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

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


#77aeca Background Color

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

This div background color is #77aeca


#77aeca Border Color

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

This div border color is #77aeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,174,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 #77aeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aeca


Comments

No comments written yet.

Please login to write comment.