Color Hex Logo

#7fadfa Color Hex

#7FADFA
(127,173,250)
0 Favorites   0 Comments

Color spaces of #7fadfa

RGB 127173250
HSL0.600.920.74
HSV218°49°98°
CMYK 0.490.310.00   0.02
XYZ40.951341.301396.2561
Yxy41.30130.22940.2314
Hunter Lab64.26611.2772-43.8168
CIE-Lab70.38655.2859-43.0068

#7fadfa color RGB value is (127,173,250).

#7fadfa hex color red value is 127, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7fadfa hue: 0.60 , saturation: 0.92 and the lightness value of 7fadfa is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101101 11111010
Octal 177 255 372
Decimal 127 173 250
Hex 7F AD FA

RGB Percentages of Color #7fadfa

%23.09
%31.45
%45.45

CMYK Percentages of Color #7fadfa

%49
%31
%0
%2

Triadic Colors of #7fadfa

#7fadfa #fa7fad #adfa7f

Analogous Colors of #7fadfa

#7fadfa #8f7ffa #7febfa

Monochromatic Colors of #7fadfa

#7fadfa

Complementary Color

#7fadfa #facc7f

#7fadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fadfa Color CSS Codes

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

#7fadfa Text Font Color

<p style="color:#7fadfa">Text here</p>

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


#7fadfa Background Color

<div style="background-color:#7fadfa">
Div content here</div>

This div background color is #7fadfa


#7fadfa Border Color

<div style="border:3px solid #7fadfa">
Div here</div>

This div border color is #7fadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fadfa


Comments

No comments written yet.

Please login to write comment.