Color Hex Logo

#f2eaeb Color Hex

#F2EAEB
(242,234,235)
0 Favorites   0 Comments

Color spaces of #f2eaeb

RGB 242234235
HSL0.980.240.93
HSV353°95°
CMYK 0.000.030.03   0.05
XYZ81.036283.721090.4860
Yxy83.72100.31750.3280
Hunter Lab91.4992-2.03515.4160
CIE-Lab93.32922.86830.4643

#f2eaeb color RGB value is (242,234,235).

#f2eaeb hex color red value is 242, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f2eaeb hue: 0.98 , saturation: 0.24 and the lightness value of f2eaeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101010 11101011
Octal 362 352 353
Decimal 242 234 235
Hex F2 EA EB

RGB Percentages of Color #f2eaeb

%34.04
%32.91
%33.05

CMYK Percentages of Color #f2eaeb

%0
%3
%3
%5

Triadic Colors of #f2eaeb

#f2eaeb #ebf2ea #eaebf2

Analogous Colors of #f2eaeb

#f2eaeb #f2edea #f2eaef

Monochromatic Colors of #f2eaeb

#f2eaeb

Complementary Color

#f2eaeb #eaf2f1

#f2eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2eaeb Color CSS Codes

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

#f2eaeb Text Font Color

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

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


#f2eaeb Background Color

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

This div background color is #f2eaeb


#f2eaeb Border Color

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

This div border color is #f2eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2eaeb

#f2eaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.