Color Hex Logo

#8fbebd Color Hex

#8FBEBD
(143,190,189)
0 Favorites   0 Comments

Color spaces of #8fbebd

RGB 143190189
HSL0.500.270.65
HSV179°25°75°
CMYK 0.250.000.01   0.25
XYZ38.926546.340755.0371
Yxy46.34070.27740.3303
Hunter Lab68.0740-17.0585-0.2835
CIE-Lab73.7661-15.6107-4.5478

#8fbebd color RGB value is (143,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 10111101
Octal 217 276 275
Decimal 143 190 189
Hex 8F BE BD

RGB Percentages of Color #8fbebd

%27.39
%36.40
%36.21

CMYK Percentages of Color #8fbebd

%25
%0
%1
%25

Triadic Colors of #8fbebd

#8fbebd #bd8fbe #bebd8f

Analogous Colors of #8fbebd

#8fbebd #8fa8be #8fbea6

Monochromatic Colors of #8fbebd

#8fbebd

Complementary Color

#8fbebd #be8f90

#8fbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbebd Color CSS Codes

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

#8fbebd Text Font Color

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

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


#8fbebd Background Color

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

This div background color is #8fbebd


#8fbebd Border Color

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

This div border color is #8fbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbebd


Comments

No comments written yet.

Please login to write comment.