Color Hex Logo

#8fbade Color Hex

#8FBADE
(143,186,222)
0 Favorites   0 Comments

Color spaces of #8fbade

RGB 143186222
HSL0.580.540.72
HSV207°36°87°
CMYK 0.360.160.00   0.13
XYZ42.071446.231475.8134
Yxy46.23140.25640.2817
Hunter Lab67.9937-8.5412-18.5132
CIE-Lab73.6954-5.5645-22.6186

#8fbade color RGB value is (143,186,222).

#8fbade hex color red value is 143, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8fbade hue: 0.58 , saturation: 0.54 and the lightness value of 8fbade is 0.72.

The process color (four color CMYK) of #8fbade color hex is 0.36, 0.16, 0.00, 0.13. Web safe color of #8fbade is #99cccc. Color #8fbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 11011110
Octal 217 272 336
Decimal 143 186 222
Hex 8F BA DE

RGB Percentages of Color #8fbade

%25.95
%33.76
%40.29

CMYK Percentages of Color #8fbade

%36
%16
%0
%13

Triadic Colors of #8fbade

#8fbade #de8fba #bade8f

Analogous Colors of #8fbade

#8fbade #8f93de #8fdedb

Monochromatic Colors of #8fbade

#8fbade

Complementary Color

#8fbade #deb38f

#8fbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbade Color CSS Codes

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

#8fbade Text Font Color

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

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


#8fbade Background Color

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

This div background color is #8fbade


#8fbade Border Color

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

This div border color is #8fbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbade


Comments

No comments written yet.

Please login to write comment.