Color Hex Logo

#77afea Color Hex

#77AFEA
(119,175,234)
0 Favorites   0 Comments

Color spaces of #77afea

RGB 119175234
HSL0.590.730.69
HSV211°49°92°
CMYK 0.490.250.00   0.08
XYZ37.789040.522483.6718
Yxy40.52240.23330.2502
Hunter Lab63.6572-5.4367-33.3714
CIE-Lab69.8400-2.3406-35.1905

#77afea color RGB value is (119,175,234).

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

The process color (four color CMYK) of #77afea color hex is 0.49, 0.25, 0.00, 0.08. Web safe color of #77afea is #6699ff. Color #77afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 11101010
Octal 167 257 352
Decimal 119 175 234
Hex 77 AF EA

RGB Percentages of Color #77afea

%22.54
%33.14
%44.32

CMYK Percentages of Color #77afea

%49
%25
%0
%8

Triadic Colors of #77afea

#77afea #ea77af #afea77

Analogous Colors of #77afea

#77afea #7977ea #77e9ea

Monochromatic Colors of #77afea

#77afea

Complementary Color

#77afea #eab277

#77afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#77afea Color CSS Codes

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

#77afea Text Font Color

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

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


#77afea Background Color

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

This div background color is #77afea


#77afea Border Color

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

This div border color is #77afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77afea


Comments

No comments written yet.

Please login to write comment.