Color Hex Logo

#8facdb Color Hex

#8FACDB
(143,172,219)
0 Favorites   0 Comments

Color spaces of #8facdb

RGB 143172219
HSL0.600.510.71
HSV217°35°86°
CMYK 0.350.210.00   0.14
XYZ38.866440.459272.7788
Yxy40.45920.25550.2660
Hunter Lab63.6075-2.2436-23.3134
CIE-Lab69.79541.3133-26.9455

#8facdb color RGB value is (143,172,219).

#8facdb hex color red value is 143, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8facdb hue: 0.60 , saturation: 0.51 and the lightness value of 8facdb is 0.71.

The process color (four color CMYK) of #8facdb color hex is 0.35, 0.21, 0.00, 0.14. Web safe color of #8facdb is #9999cc. Color #8facdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 11011011
Octal 217 254 333
Decimal 143 172 219
Hex 8F AC DB

RGB Percentages of Color #8facdb

%26.78
%32.21
%41.01

CMYK Percentages of Color #8facdb

%35
%21
%0
%14

Triadic Colors of #8facdb

#8facdb #db8fac #acdb8f

Analogous Colors of #8facdb

#8facdb #988fdb #8fd2db

Monochromatic Colors of #8facdb

#8facdb

Complementary Color

#8facdb #dbbe8f

#8facdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8facdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8facdb Color CSS Codes

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

#8facdb Text Font Color

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

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


#8facdb Background Color

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

This div background color is #8facdb


#8facdb Border Color

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

This div border color is #8facdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8facdb


Comments

No comments written yet.

Please login to write comment.