Color Hex Logo

#f5e7cd Color Hex

#F5E7CD
(245,231,205)
0 Favorites   0 Comments

Color spaces of #f5e7cd

RGB 245231205
HSL0.110.670.88
HSV39°16°96°
CMYK 0.000.060.16   0.04
XYZ77.251580.972169.3152
Yxy80.97210.33950.3559
Hunter Lab89.9845-4.231017.3180
CIE-Lab92.11930.584514.3633

#f5e7cd color RGB value is (245,231,205).

#f5e7cd hex color red value is 245, green value is 231 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f5e7cd hue: 0.11 , saturation: 0.67 and the lightness value of f5e7cd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11100111 11001101
Octal 365 347 315
Decimal 245 231 205
Hex F5 E7 CD

RGB Percentages of Color #f5e7cd

%35.98
%33.92
%30.10

CMYK Percentages of Color #f5e7cd

%0
%6
%16
%4

Triadic Colors of #f5e7cd

#f5e7cd #cdf5e7 #e7cdf5

Analogous Colors of #f5e7cd

#f5e7cd #eff5cd #f5d3cd

Monochromatic Colors of #f5e7cd

#f5e7cd

Complementary Color

#f5e7cd #cddbf5

#f5e7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5e7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5e7cd Color CSS Codes

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

#f5e7cd Text Font Color

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

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


#f5e7cd Background Color

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

This div background color is #f5e7cd


#f5e7cd Border Color

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

This div border color is #f5e7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5e7cd


Comments

No comments written yet.

Please login to write comment.