Color Hex Logo

#7faebd Color Hex

#7FAEBD
(127,174,189)
0 Favorites   0 Comments

Color spaces of #7faebd

RGB 127174189
HSL0.540.320.62
HSV195°33°74°
CMYK 0.330.080.00   0.26
XYZ33.073838.458353.8241
Yxy38.45830.26380.3068
Hunter Lab62.0148-13.3279-8.0489
CIE-Lab68.3570-11.9245-12.6946

#7faebd color RGB value is (127,174,189).

#7faebd hex color red value is 127, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7faebd hue: 0.54 , saturation: 0.32 and the lightness value of 7faebd is 0.62.

The process color (four color CMYK) of #7faebd color hex is 0.33, 0.08, 0.00, 0.26. Web safe color of #7faebd is #6699cc. Color #7faebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 10111101
Octal 177 256 275
Decimal 127 174 189
Hex 7F AE BD

RGB Percentages of Color #7faebd

%25.92
%35.51
%38.57

CMYK Percentages of Color #7faebd

%33
%8
%0
%26

Triadic Colors of #7faebd

#7faebd #bd7fae #aebd7f

Analogous Colors of #7faebd

#7faebd #7f8fbd #7fbdad

Monochromatic Colors of #7faebd

#7faebd

Complementary Color

#7faebd #bd8e7f

#7faebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faebd Color CSS Codes

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

#7faebd Text Font Color

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

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


#7faebd Background Color

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

This div background color is #7faebd


#7faebd Border Color

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

This div border color is #7faebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faebd


Comments

No comments written yet.

Please login to write comment.