Color Hex Logo

#f2eacd Color Hex

#F2EACD
(242,234,205)
0 Favorites   0 Comments

Color spaces of #f2eacd

RGB 242234205
HSL0.130.590.88
HSV47°15°95°
CMYK 0.000.030.15   0.05
XYZ77.060282.130769.5489
Yxy82.13070.33690.3591
Hunter Lab90.6260-6.815117.9374
CIE-Lab92.6325-2.013215.0550

#f2eacd color RGB value is (242,234,205).

#f2eacd hex color red value is 242, green value is 234 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f2eacd hue: 0.13 , saturation: 0.59 and the lightness value of f2eacd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 11001101
Octal 362 352 315
Decimal 242 234 205
Hex F2 EA CD

RGB Percentages of Color #f2eacd

%35.54
%34.36
%30.10

CMYK Percentages of Color #f2eacd

%0
%3
%15
%5

Triadic Colors of #f2eacd

#f2eacd #cdf2ea #eacdf2

Analogous Colors of #f2eacd

#f2eacd #e8f2cd #f2d8cd

Monochromatic Colors of #f2eacd

#f2eacd

Complementary Color

#f2eacd #cdd5f2

#f2eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eacd Color CSS Codes

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

#f2eacd Text Font Color

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

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


#f2eacd Background Color

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

This div background color is #f2eacd


#f2eacd Border Color

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

This div border color is #f2eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eacd


Comments

No comments written yet.

Please login to write comment.