Color Hex Logo

#f3dfaf Color Hex

#F3DFAF
(243,223,175)
0 Favorites   0 Comments

Color spaces of #f3dfaf

RGB 243223175
HSL0.120.740.82
HSV42°28°95°
CMYK 0.000.080.28   0.05
XYZ71.087774.925251.2727
Yxy74.92520.36030.3798
Hunter Lab86.5593-4.884025.4716
CIE-Lab89.3579-0.269026.0531

#f3dfaf color RGB value is (243,223,175).

#f3dfaf hex color red value is 243, green value is 223 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f3dfaf hue: 0.12 , saturation: 0.74 and the lightness value of f3dfaf is 0.82.

The process color (four color CMYK) of #f3dfaf color hex is 0.00, 0.08, 0.28, 0.05. Web safe color of #f3dfaf is #ffcc99. Color #f3dfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011111 10101111
Octal 363 337 257
Decimal 243 223 175
Hex F3 DF AF

RGB Percentages of Color #f3dfaf

%37.91
%34.79
%27.30

CMYK Percentages of Color #f3dfaf

%0
%8
%28
%5

Triadic Colors of #f3dfaf

#f3dfaf #aff3df #dfaff3

Analogous Colors of #f3dfaf

#f3dfaf #e5f3af #f3bdaf

Monochromatic Colors of #f3dfaf

#f3dfaf

Complementary Color

#f3dfaf #afc3f3

#f3dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dfaf Color CSS Codes

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

#f3dfaf Text Font Color

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

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


#f3dfaf Background Color

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

This div background color is #f3dfaf


#f3dfaf Border Color

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

This div border color is #f3dfaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,223,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3dfaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3dfaf;
  -webkit-box-shadow: 1px 1px 3px 2px #f3dfaf;
  box-shadow:         1px 1px 3px 2px #f3dfaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,223,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dfaf

Related Colors


Comments

No comments written yet.

Please login to write comment.