Color Hex Logo

#8fbdce Color Hex

#8FBDCE
(143,189,206)
0 Favorites   0 Comments

Color spaces of #8fbdce

RGB 143189206
HSL0.540.390.68
HSV196°31°81°
CMYK 0.310.080.00   0.19
XYZ40.665946.691165.2615
Yxy46.69110.26650.3059
Hunter Lab68.3309-13.3480-8.7951
CIE-Lab73.9917-11.1333-13.4695

#8fbdce color RGB value is (143,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 11001110
Octal 217 275 316
Decimal 143 189 206
Hex 8F BD CE

RGB Percentages of Color #8fbdce

%26.58
%35.13
%38.29

CMYK Percentages of Color #8fbdce

%31
%8
%0
%19

Triadic Colors of #8fbdce

#8fbdce #ce8fbd #bdce8f

Analogous Colors of #8fbdce

#8fbdce #8f9ece #8fcec0

Monochromatic Colors of #8fbdce

#8fbdce

Complementary Color

#8fbdce #cea08f

#8fbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdce Color CSS Codes

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

#8fbdce Text Font Color

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

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


#8fbdce Background Color

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

This div background color is #8fbdce


#8fbdce Border Color

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

This div border color is #8fbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdce


Comments

No comments written yet.

Please login to write comment.