Color Hex Logo

#f3edbd Color Hex

#F3EDBD
(243,237,189)
0 Favorites   0 Comments

Color spaces of #f3edbd

RGB 243237189
HSL0.150.690.85
HSV53°22°95°
CMYK 0.000.020.22   0.05
XYZ76.431683.297260.1937
Yxy83.29720.34750.3788
Hunter Lab91.2673-10.233324.7835
CIE-Lab93.1444-5.490824.0353

#f3edbd color RGB value is (243,237,189).

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

The process color (four color CMYK) of #f3edbd color hex is 0.00, 0.02, 0.22, 0.05. Web safe color of #f3edbd is #ffffcc. Color #f3edbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11101101 10111101
Octal 363 355 275
Decimal 243 237 189
Hex F3 ED BD

RGB Percentages of Color #f3edbd

%36.32
%35.43
%28.25

CMYK Percentages of Color #f3edbd

%0
%2
%22
%5

Triadic Colors of #f3edbd

#f3edbd #bdf3ed #edbdf3

Analogous Colors of #f3edbd

#f3edbd #def3bd #f3d2bd

Monochromatic Colors of #f3edbd

#f3edbd

Complementary Color

#f3edbd #bdc3f3

#f3edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3edbd Color CSS Codes

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

#f3edbd Text Font Color

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

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


#f3edbd Background Color

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

This div background color is #f3edbd


#f3edbd Border Color

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

This div border color is #f3edbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,237,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 #f3edbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3edbd


Comments

No comments written yet.

Please login to write comment.