Color Hex Logo

#8fbcbe Color Hex

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

Color spaces of #8fbcbe

RGB 143188190
HSL0.510.270.65
HSV183°25°75°
CMYK 0.250.010.00   0.25
XYZ38.605245.523855.4675
Yxy45.52380.27650.3261
Hunter Lab67.4713-15.9421-1.5118
CIE-Lab73.2355-14.3481-5.8769

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

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

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

Base Numbers

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

RGB Percentages of Color #8fbcbe

%27.45
%36.08
%36.47

CMYK Percentages of Color #8fbcbe

%25
%1
%0
%25

Triadic Colors of #8fbcbe

#8fbcbe #be8fbc #bcbe8f

Analogous Colors of #8fbcbe

#8fbcbe #8fa5be #8fbea9

Monochromatic Colors of #8fbcbe

#8fbcbe

Complementary Color

#8fbcbe #be918f

#8fbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbcbe Color CSS Codes

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

#8fbcbe Text Font Color

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

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


#8fbcbe Background Color

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

This div background color is #8fbcbe


#8fbcbe Border Color

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

This div border color is #8fbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbcbe


Comments

No comments written yet.

Please login to write comment.