Color Hex Logo

#8fbadc Color Hex

#8FBADC
(143,186,220)
0 Favorites   0 Comments

Color spaces of #8fbadc

RGB 143186220
HSL0.570.520.71
HSV206°35°86°
CMYK 0.350.150.00   0.14
XYZ41.804946.124874.4098
Yxy46.12480.25750.2841
Hunter Lab67.9152-8.9769-17.4191
CIE-Lab73.6264-6.0735-21.6368

#8fbadc color RGB value is (143,186,220).

#8fbadc hex color red value is 143, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8fbadc hue: 0.57 , saturation: 0.52 and the lightness value of 8fbadc is 0.71.

The process color (four color CMYK) of #8fbadc color hex is 0.35, 0.15, 0.00, 0.14. Web safe color of #8fbadc is #99cccc. Color #8fbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 11011100
Octal 217 272 334
Decimal 143 186 220
Hex 8F BA DC

RGB Percentages of Color #8fbadc

%26.05
%33.88
%40.07

CMYK Percentages of Color #8fbadc

%35
%15
%0
%14

Triadic Colors of #8fbadc

#8fbadc #dc8fba #badc8f

Analogous Colors of #8fbadc

#8fbadc #8f94dc #8fdcd8

Monochromatic Colors of #8fbadc

#8fbadc

Complementary Color

#8fbadc #dcb18f

#8fbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbadc Color CSS Codes

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

#8fbadc Text Font Color

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

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


#8fbadc Background Color

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

This div background color is #8fbadc


#8fbadc Border Color

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

This div border color is #8fbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbadc


Comments

No comments written yet.

Please login to write comment.