Color Hex Logo

#f2daad Color Hex

#F2DAAD
(242,218,173)
0 Favorites   0 Comments

Color spaces of #f2daad

RGB 242218173
HSL0.110.730.81
HSV39°29°95°
CMYK 0.000.100.29   0.05
XYZ69.232272.037249.7908
Yxy72.03720.36240.3770
Hunter Lab84.8747-2.928624.6305
CIE-Lab87.98651.658825.2023

#f2daad color RGB value is (242,218,173).

#f2daad hex color red value is 242, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f2daad hue: 0.11 , saturation: 0.73 and the lightness value of f2daad is 0.81.

The process color (four color CMYK) of #f2daad color hex is 0.00, 0.10, 0.29, 0.05. Web safe color of #f2daad is #ffcc99. Color #f2daad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 10101101
Octal 362 332 255
Decimal 242 218 173
Hex F2 DA AD

RGB Percentages of Color #f2daad

%38.23
%34.44
%27.33

CMYK Percentages of Color #f2daad

%0
%10
%29
%5

Triadic Colors of #f2daad

#f2daad #adf2da #daadf2

Analogous Colors of #f2daad

#f2daad #e8f2ad #f2b8ad

Monochromatic Colors of #f2daad

#f2daad

Complementary Color

#f2daad #adc5f2

#f2daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2daad Color CSS Codes

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

#f2daad Text Font Color

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

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


#f2daad Background Color

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

This div background color is #f2daad


#f2daad Border Color

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

This div border color is #f2daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2daad


Comments

No comments written yet.

Please login to write comment.