Color Hex Logo

#f2ddbc Color Hex

#F2DDBC
(242,221,188)
0 Favorites   0 Comments

Color spaces of #f2ddbc

RGB 242221188
HSL0.100.680.84
HSV37°22°95°
CMYK 0.000.090.22   0.05
XYZ71.551574.221058.1319
Yxy74.22100.35090.3640
Hunter Lab86.1516-2.515720.2994
CIE-Lab89.02682.143218.8319

#f2ddbc color RGB value is (242,221,188).

#f2ddbc hex color red value is 242, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f2ddbc hue: 0.10 , saturation: 0.68 and the lightness value of f2ddbc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011101 10111100
Octal 362 335 274
Decimal 242 221 188
Hex F2 DD BC

RGB Percentages of Color #f2ddbc

%37.17
%33.95
%28.88

CMYK Percentages of Color #f2ddbc

%0
%9
%22
%5

Triadic Colors of #f2ddbc

#f2ddbc #bcf2dd #ddbcf2

Analogous Colors of #f2ddbc

#f2ddbc #ecf2bc #f2c2bc

Monochromatic Colors of #f2ddbc

#f2ddbc

Complementary Color

#f2ddbc #bcd1f2

#f2ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ddbc Color CSS Codes

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

#f2ddbc Text Font Color

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

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


#f2ddbc Background Color

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

This div background color is #f2ddbc


#f2ddbc Border Color

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

This div border color is #f2ddbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,221,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2ddbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2ddbc;
  -webkit-box-shadow: 1px 1px 3px 2px #f2ddbc;
  box-shadow:         1px 1px 3px 2px #f2ddbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,221,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ddbc

#f2ddbc Color Palettes


Comments

No comments written yet.

Please login to write comment.