Color Hex Logo

#77afef Color Hex

#77AFEF
(119,175,239)
0 Favorites   0 Comments

Color spaces of #77afef

RGB 119175239
HSL0.590.790.70
HSV212°50°94°
CMYK 0.500.270.00   0.06
XYZ38.517740.813987.5091
Yxy40.81390.23090.2446
Hunter Lab63.8858-4.1797-36.4939
CIE-Lab70.0453-0.8775-37.5952

#77afef color RGB value is (119,175,239).

#77afef hex color red value is 119, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #77afef hue: 0.59 , saturation: 0.79 and the lightness value of 77afef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 11101111
Octal 167 257 357
Decimal 119 175 239
Hex 77 AF EF

RGB Percentages of Color #77afef

%22.33
%32.83
%44.84

CMYK Percentages of Color #77afef

%50
%27
%0
%6

Triadic Colors of #77afef

#77afef #ef77af #afef77

Analogous Colors of #77afef

#77afef #7b77ef #77ebef

Monochromatic Colors of #77afef

#77afef

Complementary Color

#77afef #efb777

#77afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afef Color CSS Codes

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

#77afef Text Font Color

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

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


#77afef Background Color

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

This div background color is #77afef


#77afef Border Color

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

This div border color is #77afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afef


Comments

No comments written yet.

Please login to write comment.