Color Hex Logo

#76adfa Color Hex

#76ADFA
(118,173,250)
0 Favorites   0 Comments

Color spaces of #76adfa

RGB 118173250
HSL0.600.930.72
HSV215°53°98°
CMYK 0.530.310.00   0.02
XYZ39.670140.640896.1961
Yxy40.64080.22480.2303
Hunter Lab63.7501-0.4867-44.8409
CIE-Lab69.92353.3014-43.7652

#76adfa color RGB value is (118,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10101101 11111010
Octal 166 255 372
Decimal 118 173 250
Hex 76 AD FA

RGB Percentages of Color #76adfa

%21.81
%31.98
%46.21

CMYK Percentages of Color #76adfa

%53
%31
%0
%2

Triadic Colors of #76adfa

#76adfa #fa76ad #adfa76

Analogous Colors of #76adfa

#76adfa #8176fa #76effa

Monochromatic Colors of #76adfa

#76adfa

Complementary Color

#76adfa #fac376

#76adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#76adfa Color CSS Codes

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

#76adfa Text Font Color

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

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


#76adfa Background Color

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

This div background color is #76adfa


#76adfa Border Color

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

This div border color is #76adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76adfa


Comments

No comments written yet.

Please login to write comment.