Color Hex Logo

#f9dac1 Color Hex

#F9DAC1
(249,218,193)
1 Favorites   0 Comments

Color spaces of #f9dac1

RGB 249218193
HSL0.070.820.87
HSV27°22°98°
CMYK 0.000.120.22   0.02
XYZ73.764074.132860.8734
Yxy74.13280.35330.3551
Hunter Lab86.10042.248918.3520
CIE-Lab88.98526.963316.2487

#f9dac1 color RGB value is (249,218,193).

#f9dac1 hex color red value is 249, green value is 218 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #f9dac1 hue: 0.07 , saturation: 0.82 and the lightness value of f9dac1 is 0.87.

The process color (four color CMYK) of #f9dac1 color hex is 0.00, 0.12, 0.22, 0.02. Web safe color of #f9dac1 is #ffcccc. Color #f9dac1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 11000001
Octal 371 332 301
Decimal 249 218 193
Hex F9 DA C1

RGB Percentages of Color #f9dac1

%37.73
%33.03
%29.24

CMYK Percentages of Color #f9dac1

%0
%12
%22
%2

Triadic Colors of #f9dac1

#f9dac1 #c1f9da #dac1f9

Analogous Colors of #f9dac1

#f9dac1 #f9f6c1 #f9c1c4

Monochromatic Colors of #f9dac1

#f9dac1

Complementary Color

#f9dac1 #c1e0f9

#f9dac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dac1 Color CSS Codes

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

#f9dac1 Text Font Color

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

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


#f9dac1 Background Color

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

This div background color is #f9dac1


#f9dac1 Border Color

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

This div border color is #f9dac1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,218,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dac1

#f9dac1 Color Palettes


Comments

No comments written yet.

Please login to write comment.