Color Hex Logo

#f5daae Color Hex

#F5DAAE
(245,218,174)
0 Favorites   0 Comments

Color spaces of #f5daae

RGB 245218174
HSL0.100.780.82
HSV37°29°96°
CMYK 0.000.110.29   0.04
XYZ70.367672.611350.3510
Yxy72.61130.36400.3756
Hunter Lab85.2123-1.717624.6148
CIE-Lab88.26202.917225.1016

#f5daae color RGB value is (245,218,174).

#f5daae hex color red value is 245, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f5daae hue: 0.10 , saturation: 0.78 and the lightness value of f5daae is 0.82.

The process color (four color CMYK) of #f5daae color hex is 0.00, 0.11, 0.29, 0.04. Web safe color of #f5daae is #ffcc99. Color #f5daae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 10101110
Octal 365 332 256
Decimal 245 218 174
Hex F5 DA AE

RGB Percentages of Color #f5daae

%38.46
%34.22
%27.32

CMYK Percentages of Color #f5daae

%0
%11
%29
%4

Triadic Colors of #f5daae

#f5daae #aef5da #daaef5

Analogous Colors of #f5daae

#f5daae #edf5ae #f5b7ae

Monochromatic Colors of #f5daae

#f5daae

Complementary Color

#f5daae #aec9f5

#f5daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5daae Color CSS Codes

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

#f5daae Text Font Color

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

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


#f5daae Background Color

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

This div background color is #f5daae


#f5daae Border Color

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

This div border color is #f5daae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,218,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 #f5daae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5daae


Comments

No comments written yet.

Please login to write comment.