Color Hex Logo

#8fbece Color Hex

#8FBECE
(143,190,206)
0 Favorites   0 Comments

Color spaces of #8fbece

RGB 143190206
HSL0.540.390.68
HSV195°31°81°
CMYK 0.310.080.00   0.19
XYZ40.881747.122865.3334
Yxy47.12280.26660.3073
Hunter Lab68.6460-13.8261-8.3766
CIE-Lab74.2682-11.6598-13.0547

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

#8fbece hex color red value is 143, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8fbece hue: 0.54 , saturation: 0.39 and the lightness value of 8fbece is 0.68.

The process color (four color CMYK) of #8fbece color hex is 0.31, 0.08, 0.00, 0.19. Web safe color of #8fbece is #99cccc. Color #8fbece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 11001110
Octal 217 276 316
Decimal 143 190 206
Hex 8F BE CE

RGB Percentages of Color #8fbece

%26.53
%35.25
%38.22

CMYK Percentages of Color #8fbece

%31
%8
%0
%19

Triadic Colors of #8fbece

#8fbece #ce8fbe #bece8f

Analogous Colors of #8fbece

#8fbece #8f9fce #8fcebf

Monochromatic Colors of #8fbece

#8fbece

Complementary Color

#8fbece #ce9f8f

#8fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbece Color CSS Codes

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

#8fbece Text Font Color

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

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


#8fbece Background Color

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

This div background color is #8fbece


#8fbece Border Color

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

This div border color is #8fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbece


Comments

No comments written yet.

Please login to write comment.