Color Hex Logo

#f2eabc Color Hex

#F2EABC
(242,234,188)
0 Favorites   0 Comments

Color spaces of #f2eabc

RGB 242234188
HSL0.140.680.84
HSV51°22°95°
CMYK 0.000.030.22   0.05
XYZ75.117981.353759.3207
Yxy81.35370.34810.3770
Hunter Lab90.1963-9.183924.1433
CIE-Lab92.2889-4.482423.3576

#f2eabc color RGB value is (242,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 10111100
Octal 362 352 274
Decimal 242 234 188
Hex F2 EA BC

RGB Percentages of Color #f2eabc

%36.45
%35.24
%28.31

CMYK Percentages of Color #f2eabc

%0
%3
%22
%5

Triadic Colors of #f2eabc

#f2eabc #bcf2ea #eabcf2

Analogous Colors of #f2eabc

#f2eabc #dff2bc #f2cfbc

Monochromatic Colors of #f2eabc

#f2eabc

Complementary Color

#f2eabc #bcc4f2

#f2eabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eabc Color CSS Codes

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

#f2eabc Text Font Color

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

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


#f2eabc Background Color

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

This div background color is #f2eabc


#f2eabc Border Color

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

This div border color is #f2eabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eabc

#f2eabc Color Palettes


Comments

No comments written yet.

Please login to write comment.