Color Hex Logo

#8faeed Color Hex

#8FAEED
(143,174,237)
0 Favorites   0 Comments

Color spaces of #8faeed

RGB 143174237
HSL0.610.720.75
HSV220°40°93°
CMYK 0.400.270.00   0.07
XYZ41.749842.226286.0708
Yxy42.22620.24550.2483
Hunter Lab64.98170.9657-33.0448
CIE-Lab71.02664.9656-34.8790

#8faeed color RGB value is (143,174,237).

#8faeed hex color red value is 143, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8faeed hue: 0.61 , saturation: 0.72 and the lightness value of 8faeed is 0.75.

The process color (four color CMYK) of #8faeed color hex is 0.40, 0.27, 0.00, 0.07. Web safe color of #8faeed is #9999ff. Color #8faeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101110 11101101
Octal 217 256 355
Decimal 143 174 237
Hex 8F AE ED

RGB Percentages of Color #8faeed

%25.81
%31.41
%42.78

CMYK Percentages of Color #8faeed

%40
%27
%0
%7

Triadic Colors of #8faeed

#8faeed #ed8fae #aeed8f

Analogous Colors of #8faeed

#8faeed #9f8fed #8fdded

Monochromatic Colors of #8faeed

#8faeed

Complementary Color

#8faeed #edce8f

#8faeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faeed Color CSS Codes

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

#8faeed Text Font Color

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

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


#8faeed Background Color

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

This div background color is #8faeed


#8faeed Border Color

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

This div border color is #8faeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faeed


Comments

No comments written yet.

Please login to write comment.