Color Hex Logo

#f5f4dd Color Hex

#F5F4DD
(245,244,221)
0 Favorites   0 Comments

Color spaces of #f5f4dd

RGB 245244221
HSL0.160.550.91
HSV58°10°96°
CMYK 0.000.000.10   0.04
XYZ83.058089.334381.2722
Yxy89.33430.32740.3522
Hunter Lab94.5168-8.545015.1801
CIE-Lab95.7200-3.526111.1983

#f5f4dd color RGB value is (245,244,221).

#f5f4dd hex color red value is 245, green value is 244 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f5f4dd hue: 0.16 , saturation: 0.55 and the lightness value of f5f4dd is 0.91.

The process color (four color CMYK) of #f5f4dd color hex is 0.00, 0.00, 0.10, 0.04. Web safe color of #f5f4dd is #ffffcc. Color #f5f4dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11110100 11011101
Octal 365 364 335
Decimal 245 244 221
Hex F5 F4 DD

RGB Percentages of Color #f5f4dd

%34.51
%34.37
%31.13

CMYK Percentages of Color #f5f4dd

%0
%0
%10
%4

Triadic Colors of #f5f4dd

#f5f4dd #ddf5f4 #f4ddf5

Analogous Colors of #f5f4dd

#f5f4dd #eaf5dd #f5e8dd

Monochromatic Colors of #f5f4dd

#f5f4dd

Complementary Color

#f5f4dd #dddef5

#f5f4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5f4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5f4dd Color CSS Codes

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

#f5f4dd Text Font Color

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

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


#f5f4dd Background Color

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

This div background color is #f5f4dd


#f5f4dd Border Color

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

This div border color is #f5f4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f4dd


Comments

No comments written yet.

Please login to write comment.