Color Hex Logo

#f2dcbb Color Hex

#F2DCBB
(242,220,187)
1 Favorites   0 Comments

Color spaces of #f2dcbb

RGB 242220187
HSL0.100.680.84
HSV36°23°95°
CMYK 0.000.090.23   0.05
XYZ71.180873.651557.4782
Yxy73.65150.35180.3641
Hunter Lab85.8205-2.135220.3649
CIE-Lab88.75752.517218.9781

#f2dcbb color RGB value is (242,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011100 10111011
Octal 362 334 273
Decimal 242 220 187
Hex F2 DC BB

RGB Percentages of Color #f2dcbb

%37.29
%33.90
%28.81

CMYK Percentages of Color #f2dcbb

%0
%9
%23
%5

Triadic Colors of #f2dcbb

#f2dcbb #bbf2dc #dcbbf2

Analogous Colors of #f2dcbb

#f2dcbb #edf2bb #f2c1bb

Monochromatic Colors of #f2dcbb

#f2dcbb

Complementary Color

#f2dcbb #bbd1f2

#f2dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dcbb Color CSS Codes

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

#f2dcbb Text Font Color

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

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


#f2dcbb Background Color

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

This div background color is #f2dcbb


#f2dcbb Border Color

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

This div border color is #f2dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dcbb


Comments

No comments written yet.

Please login to write comment.