Color Hex Logo

#8faeda Color Hex

#8FAEDA
(143,174,218)
0 Favorites   0 Comments

Color spaces of #8faeda

RGB 143174218
HSL0.600.500.71
HSV215°34°85°
CMYK 0.340.200.00   0.15
XYZ39.118641.173772.2152
Yxy41.17370.25650.2700
Hunter Lab64.1667-3.4711-21.8101
CIE-Lab70.2974-0.0500-25.6272

#8faeda color RGB value is (143,174,218).

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

The process color (four color CMYK) of #8faeda color hex is 0.34, 0.20, 0.00, 0.15. Web safe color of #8faeda is #9999cc. Color #8faeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11011010
Octal 217 256 332
Decimal 143 174 218
Hex 8F AE DA

RGB Percentages of Color #8faeda

%26.73
%32.52
%40.75

CMYK Percentages of Color #8faeda

%34
%20
%0
%15

Triadic Colors of #8faeda

#8faeda #da8fae #aeda8f

Analogous Colors of #8faeda

#8faeda #968fda #8fd4da

Monochromatic Colors of #8faeda

#8faeda

Complementary Color

#8faeda #dabb8f

#8faeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faeda Color CSS Codes

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

#8faeda Text Font Color

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

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


#8faeda Background Color

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

This div background color is #8faeda


#8faeda Border Color

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

This div border color is #8faeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faeda


Comments

No comments written yet.

Please login to write comment.