Color Hex Logo

#8faedc Color Hex

#8FAEDC
(143,174,220)
0 Favorites   0 Comments

Color spaces of #8faedc

RGB 143174220
HSL0.600.520.71
HSV216°35°86°
CMYK 0.350.210.00   0.14
XYZ39.382041.279173.6021
Yxy41.27910.25530.2676
Hunter Lab64.2488-3.0219-22.9472
CIE-Lab70.37100.4658-26.6099

#8faedc color RGB value is (143,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11011100
Octal 217 256 334
Decimal 143 174 220
Hex 8F AE DC

RGB Percentages of Color #8faedc

%26.63
%32.40
%40.97

CMYK Percentages of Color #8faedc

%35
%21
%0
%14

Triadic Colors of #8faedc

#8faedc #dc8fae #aedc8f

Analogous Colors of #8faedc

#8faedc #978fdc #8fd5dc

Monochromatic Colors of #8faedc

#8faedc

Complementary Color

#8faedc #dcbd8f

#8faedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faedc Color CSS Codes

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

#8faedc Text Font Color

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

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


#8faedc Background Color

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

This div background color is #8faedc


#8faedc Border Color

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

This div border color is #8faedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faedc


Comments

No comments written yet.

Please login to write comment.