Color Hex Logo

#f5e6dd Color Hex

#F5E6DD
(245,230,221)
0 Favorites   0 Comments

Color spaces of #f5e6dd

RGB 245230221
HSL0.060.550.91
HSV23°10°96°
CMYK 0.000.060.10   0.04
XYZ79.004181.226679.9209
Yxy81.22660.32900.3382
Hunter Lab90.1258-1.247410.5114
CIE-Lab92.23243.59916.1965

#f5e6dd color RGB value is (245,230,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100110 11011101
Octal 365 346 335
Decimal 245 230 221
Hex F5 E6 DD

RGB Percentages of Color #f5e6dd

%35.20
%33.05
%31.75

CMYK Percentages of Color #f5e6dd

%0
%6
%10
%4

Triadic Colors of #f5e6dd

#f5e6dd #ddf5e6 #e6ddf5

Analogous Colors of #f5e6dd

#f5e6dd #f5f2dd #f5dde0

Monochromatic Colors of #f5e6dd

#f5e6dd

Complementary Color

#f5e6dd #ddecf5

#f5e6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e6dd Color CSS Codes

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

#f5e6dd Text Font Color

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

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


#f5e6dd Background Color

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

This div background color is #f5e6dd


#f5e6dd Border Color

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

This div border color is #f5e6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e6dd


Comments

No comments written yet.

Please login to write comment.