Color Hex Logo

#7faebf Color Hex

#7FAEBF
(127,174,191)
0 Favorites   0 Comments

Color spaces of #7faebf

RGB 127174191
HSL0.540.330.62
HSV196°34°75°
CMYK 0.340.090.00   0.25
XYZ33.292438.545754.9756
Yxy38.54570.26250.3040
Hunter Lab62.0852-12.9307-9.0409
CIE-Lab68.4209-11.4266-13.7043

#7faebf color RGB value is (127,174,191).

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

The process color (four color CMYK) of #7faebf color hex is 0.34, 0.09, 0.00, 0.25. Web safe color of #7faebf is #6699cc. Color #7faebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101110 10111111
Octal 177 256 277
Decimal 127 174 191
Hex 7F AE BF

RGB Percentages of Color #7faebf

%25.81
%35.37
%38.82

CMYK Percentages of Color #7faebf

%34
%9
%0
%25

Triadic Colors of #7faebf

#7faebf #bf7fae #aebf7f

Analogous Colors of #7faebf

#7faebf #7f8ebf #7fbfb0

Monochromatic Colors of #7faebf

#7faebf

Complementary Color

#7faebf #bf907f

#7faebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faebf Color CSS Codes

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

#7faebf Text Font Color

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

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


#7faebf Background Color

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

This div background color is #7faebf


#7faebf Border Color

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

This div border color is #7faebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faebf


Comments

No comments written yet.

Please login to write comment.