Color Hex Logo

#f2edfb Color Hex

#F2EDFB
(242,237,251)
0 Favorites   0 Comments

Color spaces of #f2edfb

RGB 242237251
HSL0.730.640.96
HSV261°98°
CMYK 0.040.060.00   0.02
XYZ84.314786.4107103.5018
Yxy86.41070.30750.3151
Hunter Lab92.9574-0.7713-0.9453
CIE-Lab94.48774.1843-6.1534

#f2edfb color RGB value is (242,237,251).

#f2edfb hex color red value is 242, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f2edfb hue: 0.73 , saturation: 0.64 and the lightness value of f2edfb is 0.96.

The process color (four color CMYK) of #f2edfb color hex is 0.04, 0.06, 0.00, 0.02. Web safe color of #f2edfb is #ffffff. Color #f2edfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11101101 11111011
Octal 362 355 373
Decimal 242 237 251
Hex F2 ED FB

RGB Percentages of Color #f2edfb

%33.15
%32.47
%34.38

CMYK Percentages of Color #f2edfb

%4
%6
%0
%2

Triadic Colors of #f2edfb

#f2edfb #fbf2ed #edfbf2

Analogous Colors of #f2edfb

#f2edfb #f9edfb #edeffb

Monochromatic Colors of #f2edfb

#f2edfb

Complementary Color

#f2edfb #f6fbed

#f2edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2edfb Color CSS Codes

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

#f2edfb Text Font Color

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

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


#f2edfb Background Color

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

This div background color is #f2edfb


#f2edfb Border Color

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

This div border color is #f2edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2edfb


Comments

No comments written yet.

Please login to write comment.