Color Hex Logo

#77aafe Color Hex

#77AAFE
(119,170,254)
0 Favorites   0 Comments

Color spaces of #77aafe

RGB 119170254
HSL0.600.990.73
HSV217°53°100°
CMYK 0.530.330.00   0.00
XYZ39.871939.827199.3519
Yxy39.82710.22270.2224
Hunter Lab63.10872.3355-49.1640
CIE-Lab69.34626.4224-46.8366

#77aafe color RGB value is (119,170,254).

#77aafe hex color red value is 119, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #77aafe hue: 0.60 , saturation: 0.99 and the lightness value of 77aafe is 0.73.

The process color (four color CMYK) of #77aafe color hex is 0.53, 0.33, 0.00, 0.00. Web safe color of #77aafe is #6699ff. Color #77aafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11111110
Octal 167 252 376
Decimal 119 170 254
Hex 77 AA FE

RGB Percentages of Color #77aafe

%21.92
%31.31
%46.78

CMYK Percentages of Color #77aafe

%53
%33
%0
%0

Triadic Colors of #77aafe

#77aafe #fe77aa #aafe77

Analogous Colors of #77aafe

#77aafe #8877fe #77eefe

Monochromatic Colors of #77aafe

#77aafe

Complementary Color

#77aafe #fecb77

#77aafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aafe Color CSS Codes

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

#77aafe Text Font Color

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

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


#77aafe Background Color

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

This div background color is #77aafe


#77aafe Border Color

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

This div border color is #77aafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aafe

Related Colors


Comments

No comments written yet.

Please login to write comment.