Color Hex Logo

#8fadce Color Hex

#8FADCE
(143,173,206)
0 Favorites   0 Comments

Color spaces of #8fadce

RGB 143173206
HSL0.590.390.68
HSV211°31°81°
CMYK 0.310.160.00   0.19
XYZ37.411840.183064.1768
Yxy40.18300.26390.2834
Hunter Lab63.3901-5.5848-15.6528
CIE-Lab69.5997-2.5321-20.1026

#8fadce color RGB value is (143,173,206).

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

The process color (four color CMYK) of #8fadce color hex is 0.31, 0.16, 0.00, 0.19. Web safe color of #8fadce is #9999cc. Color #8fadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101101 11001110
Octal 217 255 316
Decimal 143 173 206
Hex 8F AD CE

RGB Percentages of Color #8fadce

%27.39
%33.14
%39.46

CMYK Percentages of Color #8fadce

%31
%16
%0
%19

Triadic Colors of #8fadce

#8fadce #ce8fad #adce8f

Analogous Colors of #8fadce

#8fadce #918fce #8fcdce

Monochromatic Colors of #8fadce

#8fadce

Complementary Color

#8fadce #ceb08f

#8fadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fadce Color CSS Codes

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

#8fadce Text Font Color

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

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


#8fadce Background Color

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

This div background color is #8fadce


#8fadce Border Color

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

This div border color is #8fadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fadce


Comments

No comments written yet.

Please login to write comment.