Color Hex Logo

#f5e3dd Color Hex

#F5E3DD
(245,227,221)
0 Favorites   0 Comments

Color spaces of #f5e3dd

RGB 245227221
HSL0.040.550.91
HSV15°10°96°
CMYK 0.000.070.10   0.04
XYZ78.176479.571179.6450
Yxy79.57110.32930.3352
Hunter Lab89.20260.33129.5045
CIE-Lab91.49215.14285.1278

#f5e3dd color RGB value is (245,227,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100011 11011101
Octal 365 343 335
Decimal 245 227 221
Hex F5 E3 DD

RGB Percentages of Color #f5e3dd

%35.35
%32.76
%31.89

CMYK Percentages of Color #f5e3dd

%0
%7
%10
%4

Triadic Colors of #f5e3dd

#f5e3dd #ddf5e3 #e3ddf5

Analogous Colors of #f5e3dd

#f5e3dd #f5efdd #f5dde3

Monochromatic Colors of #f5e3dd

#f5e3dd

Complementary Color

#f5e3dd #ddeff5

#f5e3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e3dd Color CSS Codes

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

#f5e3dd Text Font Color

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

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


#f5e3dd Background Color

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

This div background color is #f5e3dd


#f5e3dd Border Color

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

This div border color is #f5e3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e3dd


Comments

No comments written yet.

Please login to write comment.