Color Hex Logo

#f5daad Color Hex

#F5DAAD
(245,218,173)
0 Favorites   0 Comments

Color spaces of #f5daad

RGB 245218173
HSL0.100.780.82
HSV38°29°96°
CMYK 0.000.110.29   0.04
XYZ70.270472.572449.8394
Yxy72.57240.36470.3766
Hunter Lab85.1894-1.841824.9455
CIE-Lab88.24342.789125.5951

#f5daad color RGB value is (245,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 10101101
Octal 365 332 255
Decimal 245 218 173
Hex F5 DA AD

RGB Percentages of Color #f5daad

%38.52
%34.28
%27.20

CMYK Percentages of Color #f5daad

%0
%11
%29
%4

Triadic Colors of #f5daad

#f5daad #adf5da #daadf5

Analogous Colors of #f5daad

#f5daad #ecf5ad #f5b6ad

Monochromatic Colors of #f5daad

#f5daad

Complementary Color

#f5daad #adc8f5

#f5daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5daad Color CSS Codes

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

#f5daad Text Font Color

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

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


#f5daad Background Color

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

This div background color is #f5daad


#f5daad Border Color

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

This div border color is #f5daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5daad


Comments

No comments written yet.

Please login to write comment.