Color Hex Logo

#f2dabb Color Hex

#F2DABB
(242,218,187)
0 Favorites   0 Comments

Color spaces of #f2dabb

RGB 242218187
HSL0.090.680.84
HSV34°23°95°
CMYK 0.000.100.23   0.05
XYZ70.659072.607957.3043
Yxy72.60790.35230.3620
Hunter Lab85.2103-1.100219.7744
CIE-Lab88.26043.547818.2841

#f2dabb color RGB value is (242,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 10111011
Octal 362 332 273
Decimal 242 218 187
Hex F2 DA BB

RGB Percentages of Color #f2dabb

%37.40
%33.69
%28.90

CMYK Percentages of Color #f2dabb

%0
%10
%23
%5

Triadic Colors of #f2dabb

#f2dabb #bbf2da #dabbf2

Analogous Colors of #f2dabb

#f2dabb #eff2bb #f2bfbb

Monochromatic Colors of #f2dabb

#f2dabb

Complementary Color

#f2dabb #bbd3f2

#f2dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dabb Color CSS Codes

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

#f2dabb Text Font Color

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

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


#f2dabb Background Color

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

This div background color is #f2dabb


#f2dabb Border Color

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

This div border color is #f2dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dabb

#f2dabb Color Palettes


Comments

No comments written yet.

Please login to write comment.