Color Hex Logo

#8fbebc Color Hex

#8FBEBC
(143,190,188)
0 Favorites   0 Comments

Color spaces of #8fbebc

RGB 143190188
HSL0.490.270.65
HSV177°25°75°
CMYK 0.250.000.01   0.25
XYZ38.818246.297454.4673
Yxy46.29740.27810.3317
Hunter Lab68.0422-17.23920.1683
CIE-Lab73.7381-15.8348-4.0443

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 10111100
Octal 217 276 274
Decimal 143 190 188
Hex 8F BE BC

RGB Percentages of Color #8fbebc

%27.45
%36.47
%36.08

CMYK Percentages of Color #8fbebc

%25
%0
%1
%25

Triadic Colors of #8fbebc

#8fbebc #bc8fbe #bebc8f

Analogous Colors of #8fbebc

#8fbebc #8fa9be #8fbea5

Monochromatic Colors of #8fbebc

#8fbebc

Complementary Color

#8fbebc #be8f91

#8fbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbebc Color CSS Codes

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

#8fbebc Text Font Color

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

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


#8fbebc Background Color

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

This div background color is #8fbebc


#8fbebc Border Color

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

This div border color is #8fbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbebc


Comments

No comments written yet.

Please login to write comment.