Color Hex Logo

#8fbebf Color Hex

#8FBEBF
(143,190,191)
0 Favorites   0 Comments

Color spaces of #8fbebf

RGB 143190191
HSL0.500.270.65
HSV181°25°75°
CMYK 0.250.010.00   0.25
XYZ39.145146.428156.1886
Yxy46.42810.27610.3275
Hunter Lab68.1382-16.6943-1.1954
CIE-Lab73.8225-15.1600-5.5540

#8fbebf color RGB value is (143,190,191).

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

The process color (four color CMYK) of #8fbebf color hex is 0.25, 0.01, 0.00, 0.25. Web safe color of #8fbebf is #99cccc. Color #8fbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 10111111
Octal 217 276 277
Decimal 143 190 191
Hex 8F BE BF

RGB Percentages of Color #8fbebf

%27.29
%36.26
%36.45

CMYK Percentages of Color #8fbebf

%25
%1
%0
%25

Triadic Colors of #8fbebf

#8fbebf #bf8fbe #bebf8f

Analogous Colors of #8fbebf

#8fbebf #8fa6bf #8fbfa8

Monochromatic Colors of #8fbebf

#8fbebf

Complementary Color

#8fbebf #bf908f

#8fbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbebf Color CSS Codes

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

#8fbebf Text Font Color

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

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


#8fbebf Background Color

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

This div background color is #8fbebf


#8fbebf Border Color

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

This div border color is #8fbebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,190,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 #8fbebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbebf


Comments

No comments written yet.

Please login to write comment.