Color Hex Logo

#77affa Color Hex

#77AFFA
(119,175,250)
0 Favorites   0 Comments

Color spaces of #77affa

RGB 119175250
HSL0.600.930.72
HSV214°52°98°
CMYK 0.520.300.00   0.02
XYZ40.193041.484096.3313
Yxy41.48400.22580.2330
Hunter Lab64.4081-1.3236-43.5909
CIE-Lab70.51372.3922-42.8375

#77affa color RGB value is (119,175,250).

#77affa hex color red value is 119, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #77affa hue: 0.60 , saturation: 0.93 and the lightness value of 77affa is 0.72.

The process color (four color CMYK) of #77affa color hex is 0.52, 0.30, 0.00, 0.02. Web safe color of #77affa is #6699ff. Color #77affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101111 11111010
Octal 167 257 372
Decimal 119 175 250
Hex 77 AF FA

RGB Percentages of Color #77affa

%21.88
%32.17
%45.96

CMYK Percentages of Color #77affa

%52
%30
%0
%2

Triadic Colors of #77affa

#77affa #fa77af #affa77

Analogous Colors of #77affa

#77affa #8177fa #77f1fa

Monochromatic Colors of #77affa

#77affa

Complementary Color

#77affa #fac277

#77affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77affa Color CSS Codes

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

#77affa Text Font Color

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

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


#77affa Background Color

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

This div background color is #77affa


#77affa Border Color

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

This div border color is #77affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77affa


Comments

No comments written yet.

Please login to write comment.