Color Hex Logo

#76affa Color Hex

#76AFFA
(118,175,250)
0 Favorites   0 Comments

Color spaces of #76affa

RGB 118175250
HSL0.590.930.72
HSV214°53°98°
CMYK 0.530.300.00   0.02
XYZ40.056541.413696.3249
Yxy41.41360.22530.2329
Hunter Lab64.3534-1.5119-43.6986
CIE-Lab70.46472.1779-42.9177

#76affa color RGB value is (118,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101111 11111010
Octal 166 257 372
Decimal 118 175 250
Hex 76 AF FA

RGB Percentages of Color #76affa

%21.73
%32.23
%46.04

CMYK Percentages of Color #76affa

%53
%30
%0
%2

Triadic Colors of #76affa

#76affa #fa76af #affa76

Analogous Colors of #76affa

#76affa #7f76fa #76f1fa

Monochromatic Colors of #76affa

#76affa

Complementary Color

#76affa #fac176

#76affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76affa Color CSS Codes

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

#76affa Text Font Color

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

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


#76affa Background Color

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

This div background color is #76affa


#76affa Border Color

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

This div border color is #76affa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #76affa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76affa


Comments

No comments written yet.

Please login to write comment.