Color Hex Logo

#7f9feb Color Hex

#7F9FEB
(127,159,235)
0 Favorites   0 Comments

Color spaces of #7f9feb

RGB 127159235
HSL0.620.730.71
HSV222°46°92°
CMYK 0.460.320.00   0.08
XYZ36.145935.306583.5070
Yxy35.30650.23330.2278
Hunter Lab59.41934.6013-41.7318
CIE-Lab65.98668.8610-41.7140

#7f9feb color RGB value is (127,159,235).

#7f9feb hex color red value is 127, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7f9feb hue: 0.62 , saturation: 0.73 and the lightness value of 7f9feb is 0.71.

The process color (four color CMYK) of #7f9feb color hex is 0.46, 0.32, 0.00, 0.08. Web safe color of #7f9feb is #6699ff. Color #7f9feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10011111 11101011
Octal 177 237 353
Decimal 127 159 235
Hex 7F 9F EB

RGB Percentages of Color #7f9feb

%24.38
%30.52
%45.11

CMYK Percentages of Color #7f9feb

%46
%32
%0
%8

Triadic Colors of #7f9feb

#7f9feb #eb7f9f #9feb7f

Analogous Colors of #7f9feb

#7f9feb #957feb #7fd5eb

Monochromatic Colors of #7f9feb

#7f9feb

Complementary Color

#7f9feb #ebcb7f

#7f9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f9feb Color CSS Codes

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

#7f9feb Text Font Color

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

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


#7f9feb Background Color

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

This div background color is #7f9feb


#7f9feb Border Color

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

This div border color is #7f9feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,159,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f9feb


Comments

No comments written yet.

Please login to write comment.