Color Hex Logo

#7faced Color Hex

#7FACED
(127,172,237)
0 Favorites   0 Comments

Color spaces of #7faced

RGB 127172237
HSL0.600.750.71
HSV215°46°93°
CMYK 0.460.270.00   0.07
XYZ38.791040.131585.8224
Yxy40.13150.23550.2436
Hunter Lab63.3494-1.5599-35.9783
CIE-Lab69.56312.0742-37.2242

#7faced color RGB value is (127,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 11101101
Octal 177 254 355
Decimal 127 172 237
Hex 7F AC ED

RGB Percentages of Color #7faced

%23.69
%32.09
%44.22

CMYK Percentages of Color #7faced

%46
%27
%0
%7

Triadic Colors of #7faced

#7faced #ed7fac #aced7f

Analogous Colors of #7faced

#7faced #897fed #7fe3ed

Monochromatic Colors of #7faced

#7faced

Complementary Color

#7faced #edc07f

#7faced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faced Color CSS Codes

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

#7faced Text Font Color

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

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


#7faced Background Color

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

This div background color is #7faced


#7faced Border Color

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

This div border color is #7faced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faced


Comments

No comments written yet.

Please login to write comment.