Color Hex Logo

#7fa7eb Color Hex

#7FA7EB
(127,167,235)
0 Favorites   0 Comments

Color spaces of #7fa7eb

RGB 127167235
HSL0.600.730.71
HSV218°46°92°
CMYK 0.460.290.00   0.08
XYZ37.566538.147683.9805
Yxy38.14760.23520.2389
Hunter Lab61.76370.4823-37.3823
CIE-Lab68.12934.3103-38.3651

#7fa7eb color RGB value is (127,167,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100111 11101011
Octal 177 247 353
Decimal 127 167 235
Hex 7F A7 EB

RGB Percentages of Color #7fa7eb

%24.01
%31.57
%44.42

CMYK Percentages of Color #7fa7eb

%46
%29
%0
%8

Triadic Colors of #7fa7eb

#7fa7eb #eb7fa7 #a7eb7f

Analogous Colors of #7fa7eb

#7fa7eb #8d7feb #7fddeb

Monochromatic Colors of #7fa7eb

#7fa7eb

Complementary Color

#7fa7eb #ebc37f

#7fa7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa7eb Color CSS Codes

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

#7fa7eb Text Font Color

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

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


#7fa7eb Background Color

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

This div background color is #7fa7eb


#7fa7eb Border Color

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

This div border color is #7fa7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa7eb


Comments

No comments written yet.

Please login to write comment.