Color Hex Logo

#f4effd Color Hex

#F4EFFD
(244,239,253)
0 Favorites   0 Comments

Color spaces of #f4effd

RGB 244239253
HSL0.730.780.96
HSV261°99°
CMYK 0.040.060.00   0.01
XYZ85.904488.0579105.3977
Yxy88.05790.30750.3152
Hunter Lab93.8392-0.8120-0.9056
CIE-Lab95.18534.1778-6.1440

#f4effd color RGB value is (244,239,253).

#f4effd hex color red value is 244, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f4effd hue: 0.73 , saturation: 0.78 and the lightness value of f4effd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11101111 11111101
Octal 364 357 375
Decimal 244 239 253
Hex F4 EF FD

RGB Percentages of Color #f4effd

%33.15
%32.47
%34.38

CMYK Percentages of Color #f4effd

%4
%6
%0
%1

Triadic Colors of #f4effd

#f4effd #fdf4ef #effdf4

Analogous Colors of #f4effd

#f4effd #fbeffd #eff1fd

Monochromatic Colors of #f4effd

#f4effd

Complementary Color

#f4effd #f8fdef

#f4effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4effd Color CSS Codes

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

#f4effd Text Font Color

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

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


#f4effd Background Color

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

This div background color is #f4effd


#f4effd Border Color

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

This div border color is #f4effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4effd

Related Colors


Comments

No comments written yet.

Please login to write comment.