Color Hex Logo

#f0edfd Color Hex

#F0EDFD
(240,237,253)
0 Favorites   0 Comments

Color spaces of #f0edfd

RGB 240237253
HSL0.700.800.96
HSV251°99°
CMYK 0.050.060.00   0.01
XYZ83.949086.1855105.1394
Yxy86.18550.30500.3131
Hunter Lab92.8361-1.0509-2.1622
CIE-Lab94.39163.9028-7.3507

#f0edfd color RGB value is (240,237,253).

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

The process color (four color CMYK) of #f0edfd color hex is 0.05, 0.06, 0.00, 0.01. Web safe color of #f0edfd is #ffffff. Color #f0edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101101 11111101
Octal 360 355 375
Decimal 240 237 253
Hex F0 ED FD

RGB Percentages of Color #f0edfd

%32.88
%32.47
%34.66

CMYK Percentages of Color #f0edfd

%5
%6
%0
%1

Triadic Colors of #f0edfd

#f0edfd #fdf0ed #edfdf0

Analogous Colors of #f0edfd

#f0edfd #f8edfd #edf2fd

Monochromatic Colors of #f0edfd

#f0edfd

Complementary Color

#f0edfd #fafded

#f0edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0edfd Color CSS Codes

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

#f0edfd Text Font Color

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

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


#f0edfd Background Color

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

This div background color is #f0edfd


#f0edfd Border Color

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

This div border color is #f0edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0edfd


Comments

No comments written yet.

Please login to write comment.