Color Hex Logo

#f3cebd Color Hex

#F3CEBD
(243,206,189)
0 Favorites   0 Comments

Color spaces of #f3cebd

RGB 243206189
HSL0.050.690.85
HSV19°22°95°
CMYK 0.000.150.22   0.05
XYZ68.218866.871457.4561
Yxy66.87140.35430.3473
Hunter Lab81.77495.803315.5846
CIE-Lab85.439010.433713.2771

#f3cebd color RGB value is (243,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001110 10111101
Octal 363 316 275
Decimal 243 206 189
Hex F3 CE BD

RGB Percentages of Color #f3cebd

%38.09
%32.29
%29.62

CMYK Percentages of Color #f3cebd

%0
%15
%22
%5

Triadic Colors of #f3cebd

#f3cebd #bdf3ce #cebdf3

Analogous Colors of #f3cebd

#f3cebd #f3e9bd #f3bdc7

Monochromatic Colors of #f3cebd

#f3cebd

Complementary Color

#f3cebd #bde2f3

#f3cebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cebd Color CSS Codes

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

#f3cebd Text Font Color

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

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


#f3cebd Background Color

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

This div background color is #f3cebd


#f3cebd Border Color

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

This div border color is #f3cebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cebd


Comments

No comments written yet.

Please login to write comment.