Color Hex Logo

#f2eabe Color Hex

#F2EABE
(242,234,190)
0 Favorites   0 Comments

Color spaces of #f2eabe

RGB 242234190
HSL0.140.670.85
HSV51°21°95°
CMYK 0.000.030.21   0.05
XYZ75.335081.440660.4642
Yxy81.44060.34680.3749
Hunter Lab90.2444-8.918123.4465
CIE-Lab92.3274-4.203622.3811

#f2eabe color RGB value is (242,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 10111110
Octal 362 352 276
Decimal 242 234 190
Hex F2 EA BE

RGB Percentages of Color #f2eabe

%36.34
%35.14
%28.53

CMYK Percentages of Color #f2eabe

%0
%3
%21
%5

Triadic Colors of #f2eabe

#f2eabe #bef2ea #eabef2

Analogous Colors of #f2eabe

#f2eabe #e0f2be #f2d0be

Monochromatic Colors of #f2eabe

#f2eabe

Complementary Color

#f2eabe #bec6f2

#f2eabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eabe Color CSS Codes

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

#f2eabe Text Font Color

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

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


#f2eabe Background Color

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

This div background color is #f2eabe


#f2eabe Border Color

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

This div border color is #f2eabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eabe


Comments

No comments written yet.

Please login to write comment.