Color Hex Logo

#f8edad Color Hex

#F8EDAD
(248,237,173)
0 Favorites   0 Comments

Color spaces of #f8edad

RGB 248237173
HSL0.140.840.83
HSV51°30°97°
CMYK 0.000.040.30   0.03
XYZ76.538483.542051.6264
Yxy83.54200.36150.3946
Hunter Lab91.4013-10.478530.4920
CIE-Lab93.2512-5.734732.4087

#f8edad color RGB value is (248,237,173).

#f8edad hex color red value is 248, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f8edad hue: 0.14 , saturation: 0.84 and the lightness value of f8edad is 0.83.

The process color (four color CMYK) of #f8edad color hex is 0.00, 0.04, 0.30, 0.03. Web safe color of #f8edad is #ffff99. Color #f8edad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11101101 10101101
Octal 370 355 255
Decimal 248 237 173
Hex F8 ED AD

RGB Percentages of Color #f8edad

%37.69
%36.02
%26.29

CMYK Percentages of Color #f8edad

%0
%4
%30
%3

Triadic Colors of #f8edad

#f8edad #adf8ed #edadf8

Analogous Colors of #f8edad

#f8edad #def8ad #f8c8ad

Monochromatic Colors of #f8edad

#f8edad

Complementary Color

#f8edad #adb8f8

#f8edad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8edad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8edad Color CSS Codes

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

#f8edad Text Font Color

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

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


#f8edad Background Color

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

This div background color is #f8edad


#f8edad Border Color

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

This div border color is #f8edad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,237,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8edad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8edad;
  -webkit-box-shadow: 1px 1px 3px 2px #f8edad;
  box-shadow:         1px 1px 3px 2px #f8edad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8edad


Comments

No comments written yet.

Please login to write comment.