Color Hex Logo

#f3dcbe Color Hex

#F3DCBE
(243,220,190)
0 Favorites   0 Comments

Color spaces of #f3dcbe

RGB 243220190
HSL0.090.690.85
HSV34°22°95°
CMYK 0.000.090.22   0.05
XYZ71.849673.958859.2038
Yxy73.95880.35050.3608
Hunter Lab85.9993-1.367919.3830
CIE-Lab88.90303.307717.6273

#f3dcbe color RGB value is (243,220,190).

#f3dcbe hex color red value is 243, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f3dcbe hue: 0.09 , saturation: 0.69 and the lightness value of f3dcbe is 0.85.

The process color (four color CMYK) of #f3dcbe color hex is 0.00, 0.09, 0.22, 0.05. Web safe color of #f3dcbe is #ffcccc. Color #f3dcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011100 10111110
Octal 363 334 276
Decimal 243 220 190
Hex F3 DC BE

RGB Percentages of Color #f3dcbe

%37.21
%33.69
%29.10

CMYK Percentages of Color #f3dcbe

%0
%9
%22
%5

Triadic Colors of #f3dcbe

#f3dcbe #bef3dc #dcbef3

Analogous Colors of #f3dcbe

#f3dcbe #f0f3be #f3c2be

Monochromatic Colors of #f3dcbe

#f3dcbe

Complementary Color

#f3dcbe #bed5f3

#f3dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dcbe Color CSS Codes

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

#f3dcbe Text Font Color

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

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


#f3dcbe Background Color

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

This div background color is #f3dcbe


#f3dcbe Border Color

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

This div border color is #f3dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dcbe


Comments

No comments written yet.

Please login to write comment.