Color Hex Logo

#f2ebdc Color Hex

#F2EBDC
(242,235,220)
0 Favorites   0 Comments

Color spaces of #f2ebdc

RGB 242235220
HSL0.110.460.91
HSV41°95°
CMYK 0.000.030.09   0.05
XYZ79.244583.461279.6431
Yxy83.46120.32700.3444
Hunter Lab91.3571-5.041412.2623
CIE-Lab93.2160-0.16408.1015

#f2ebdc color RGB value is (242,235,220).

#f2ebdc hex color red value is 242, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f2ebdc hue: 0.11 , saturation: 0.46 and the lightness value of f2ebdc is 0.91.

The process color (four color CMYK) of #f2ebdc color hex is 0.00, 0.03, 0.09, 0.05. Web safe color of #f2ebdc is #ffffcc. Color #f2ebdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101011 11011100
Octal 362 353 334
Decimal 242 235 220
Hex F2 EB DC

RGB Percentages of Color #f2ebdc

%34.72
%33.72
%31.56

CMYK Percentages of Color #f2ebdc

%0
%3
%9
%5

Triadic Colors of #f2ebdc

#f2ebdc #dcf2eb #ebdcf2

Analogous Colors of #f2ebdc

#f2ebdc #eef2dc #f2e0dc

Monochromatic Colors of #f2ebdc

#f2ebdc

Complementary Color

#f2ebdc #dce3f2

#f2ebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ebdc Color CSS Codes

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

#f2ebdc Text Font Color

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

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


#f2ebdc Background Color

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

This div background color is #f2ebdc


#f2ebdc Border Color

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

This div border color is #f2ebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ebdc

#f2ebdc Color Palettes


Comments

No comments written yet.

Please login to write comment.