Color Hex Logo

#f4edea Color Hex

#F4EDEA
(244,237,234)
1 Favorites   0 Comments

Color spaces of #f4edea

RGB 244237234
HSL0.050.310.94
HSV18°96°
CMYK 0.000.030.04   0.04
XYZ82.443785.742090.0465
Yxy85.74200.31930.3320
Hunter Lab92.5970-3.11737.1610
CIE-Lab94.20191.83572.2739

#f4edea color RGB value is (244,237,234).

#f4edea hex color red value is 244, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f4edea hue: 0.05 , saturation: 0.31 and the lightness value of f4edea is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11101101 11101010
Octal 364 355 352
Decimal 244 237 234
Hex F4 ED EA

RGB Percentages of Color #f4edea

%34.13
%33.15
%32.73

CMYK Percentages of Color #f4edea

%0
%3
%4
%4

Triadic Colors of #f4edea

#f4edea #eaf4ed #edeaf4

Analogous Colors of #f4edea

#f4edea #f4f2ea #f4eaec

Monochromatic Colors of #f4edea

#f4edea

Complementary Color

#f4edea #eaf1f4

#f4edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4edea Color CSS Codes

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

#f4edea Text Font Color

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

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


#f4edea Background Color

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

This div background color is #f4edea


#f4edea Border Color

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

This div border color is #f4edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4edea


Comments

No comments written yet.

Please login to write comment.