Color Hex Logo

#f8ddae Color Hex

#F8DDAE
(248,221,174)
0 Favorites   0 Comments

Color spaces of #f8ddae

RGB 248221174
HSL0.110.840.83
HSV38°30°97°
CMYK 0.000.110.30   0.03
XYZ72.207874.725450.6621
Yxy74.72540.36540.3782
Hunter Lab86.4439-2.173125.7626
CIE-Lab89.26422.506426.5117

#f8ddae color RGB value is (248,221,174).

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

The process color (four color CMYK) of #f8ddae color hex is 0.00, 0.11, 0.30, 0.03. Web safe color of #f8ddae is #ffcc99. Color #f8ddae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011101 10101110
Octal 370 335 256
Decimal 248 221 174
Hex F8 DD AE

RGB Percentages of Color #f8ddae

%38.57
%34.37
%27.06

CMYK Percentages of Color #f8ddae

%0
%11
%30
%3

Triadic Colors of #f8ddae

#f8ddae #aef8dd #ddaef8

Analogous Colors of #f8ddae

#f8ddae #eef8ae #f8b8ae

Monochromatic Colors of #f8ddae

#f8ddae

Complementary Color

#f8ddae #aec9f8

#f8ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ddae Color CSS Codes

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

#f8ddae Text Font Color

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

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


#f8ddae Background Color

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

This div background color is #f8ddae


#f8ddae Border Color

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

This div border color is #f8ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ddae


Comments

No comments written yet.

Please login to write comment.