Color Hex Logo

#f3dcaa Color Hex

#F3DCAA
(243,220,170)
0 Favorites   0 Comments

Color spaces of #f3dcaa

RGB 243220170
HSL0.110.750.81
HSV41°30°95°
CMYK 0.000.090.30   0.05
XYZ69.811073.143448.4689
Yxy73.14340.36470.3821
Hunter Lab85.5239-3.961826.2654
CIE-Lab88.51610.626427.4912

#f3dcaa color RGB value is (243,220,170).

#f3dcaa hex color red value is 243, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f3dcaa hue: 0.11 , saturation: 0.75 and the lightness value of f3dcaa is 0.81.

The process color (four color CMYK) of #f3dcaa color hex is 0.00, 0.09, 0.30, 0.05. Web safe color of #f3dcaa is #ffcc99. Color #f3dcaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011100 10101010
Octal 363 334 252
Decimal 243 220 170
Hex F3 DC AA

RGB Percentages of Color #f3dcaa

%38.39
%34.76
%26.86

CMYK Percentages of Color #f3dcaa

%0
%9
%30
%5

Triadic Colors of #f3dcaa

#f3dcaa #aaf3dc #dcaaf3

Analogous Colors of #f3dcaa

#f3dcaa #e6f3aa #f3b8aa

Monochromatic Colors of #f3dcaa

#f3dcaa

Complementary Color

#f3dcaa #aac1f3

#f3dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dcaa Color CSS Codes

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

#f3dcaa Text Font Color

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

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


#f3dcaa Background Color

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

This div background color is #f3dcaa


#f3dcaa Border Color

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

This div border color is #f3dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dcaa


Comments

No comments written yet.

Please login to write comment.