Color Hex Logo

#8fafbe Color Hex

#8FAFBE
(143,175,190)
0 Favorites   0 Comments

Color spaces of #8fafbe

RGB 143175190
HSL0.550.270.65
HSV199°25°75°
CMYK 0.250.080.00   0.25
XYZ35.951940.217354.5830
Yxy40.21730.27500.3076
Hunter Lab63.4171-9.7862-6.6388
CIE-Lab69.6240-7.4668-11.2499

#8fafbe color RGB value is (143,175,190).

#8fafbe hex color red value is 143, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8fafbe hue: 0.55 , saturation: 0.27 and the lightness value of 8fafbe is 0.65.

The process color (four color CMYK) of #8fafbe color hex is 0.25, 0.08, 0.00, 0.25. Web safe color of #8fafbe is #9999cc. Color #8fafbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 10111110
Octal 217 257 276
Decimal 143 175 190
Hex 8F AF BE

RGB Percentages of Color #8fafbe

%28.15
%34.45
%37.40

CMYK Percentages of Color #8fafbe

%25
%8
%0
%25

Triadic Colors of #8fafbe

#8fafbe #be8faf #afbe8f

Analogous Colors of #8fafbe

#8fafbe #8f98be #8fbeb6

Monochromatic Colors of #8fafbe

#8fafbe

Complementary Color

#8fafbe #be9e8f

#8fafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fafbe Color CSS Codes

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

#8fafbe Text Font Color

<p style="color:#8fafbe">Text here</p>

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


#8fafbe Background Color

<div style="background-color:#8fafbe">
Div content here</div>

This div background color is #8fafbe


#8fafbe Border Color

<div style="border:3px solid #8fafbe">
Div here</div>

This div border color is #8fafbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,175,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fafbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fafbe;
  -webkit-box-shadow: 1px 1px 3px 2px #8fafbe;
  box-shadow:         1px 1px 3px 2px #8fafbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,175,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fafbe


Comments

No comments written yet.

Please login to write comment.