Color Hex Logo

#8faedb Color Hex

#8FAEDB
(143,174,219)
0 Favorites   0 Comments

Color spaces of #8faedb

RGB 143174219
HSL0.600.510.71
HSV216°35°86°
CMYK 0.350.210.00   0.14
XYZ39.249941.226272.9066
Yxy41.22620.25590.2688
Hunter Lab64.2076-3.2469-22.3774
CIE-Lab70.33410.2077-26.1189

#8faedb color RGB value is (143,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11011011
Octal 217 256 333
Decimal 143 174 219
Hex 8F AE DB

RGB Percentages of Color #8faedb

%26.68
%32.46
%40.86

CMYK Percentages of Color #8faedb

%35
%21
%0
%14

Triadic Colors of #8faedb

#8faedb #db8fae #aedb8f

Analogous Colors of #8faedb

#8faedb #968fdb #8fd4db

Monochromatic Colors of #8faedb

#8faedb

Complementary Color

#8faedb #dbbc8f

#8faedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faedb Color CSS Codes

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

#8faedb Text Font Color

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

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


#8faedb Background Color

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

This div background color is #8faedb


#8faedb Border Color

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

This div border color is #8faedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faedb


Comments

No comments written yet.

Please login to write comment.