Color Hex Logo

#8fbebe Color Hex

#8FBEBE
(143,190,190)
0 Favorites   0 Comments

Color spaces of #8fbebe

RGB 143190190
HSL0.500.270.65
HSV180°25°75°
CMYK 0.250.000.00   0.25
XYZ39.035446.384355.6109
Yxy46.38430.27680.3289
Hunter Lab68.1060-16.8771-0.7381
CIE-Lab73.7942-15.3861-5.0510

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 10111110
Octal 217 276 276
Decimal 143 190 190
Hex 8F BE BE

RGB Percentages of Color #8fbebe

%27.34
%36.33
%36.33

CMYK Percentages of Color #8fbebe

%25
%0
%0
%25

Triadic Colors of #8fbebe

#8fbebe #be8fbe #bebe8f

Analogous Colors of #8fbebe

#8fbebe #8fa7be #8fbea7

Monochromatic Colors of #8fbebe

#8fbebe

Complementary Color

#8fbebe #be8f8f

#8fbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbebe Color CSS Codes

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

#8fbebe Text Font Color

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

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


#8fbebe Background Color

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

This div background color is #8fbebe


#8fbebe Border Color

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

This div border color is #8fbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbebe


Comments

No comments written yet.

Please login to write comment.