Color Hex Logo

#f0edfb Color Hex

#F0EDFB
(240,237,251)
0 Favorites   0 Comments

Color spaces of #f0edfb

RGB 240237251
HSL0.700.640.96
HSV253°98°
CMYK 0.040.060.00   0.02
XYZ83.632086.0587103.4699
Yxy86.05870.30620.3150
Hunter Lab92.7678-1.4225-1.1925
CIE-Lab94.33743.5317-6.3922

#f0edfb color RGB value is (240,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101101 11111011
Octal 360 355 373
Decimal 240 237 251
Hex F0 ED FB

RGB Percentages of Color #f0edfb

%32.97
%32.55
%34.48

CMYK Percentages of Color #f0edfb

%4
%6
%0
%2

Triadic Colors of #f0edfb

#f0edfb #fbf0ed #edfbf0

Analogous Colors of #f0edfb

#f0edfb #f7edfb #edf1fb

Monochromatic Colors of #f0edfb

#f0edfb

Complementary Color

#f0edfb #f8fbed

#f0edfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0edfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0edfb Color CSS Codes

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

#f0edfb Text Font Color

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

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


#f0edfb Background Color

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

This div background color is #f0edfb


#f0edfb Border Color

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

This div border color is #f0edfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0edfb

Related Colors


Comments

No comments written yet.

Please login to write comment.