Color Hex Logo

#f0e9cd Color Hex

#F0E9CD
(240,233,205)
0 Favorites   0 Comments

Color spaces of #f0e9cd

RGB 240233205
HSL0.130.540.87
HSV48°15°94°
CMYK 0.000.030.15   0.06
XYZ76.093581.210969.4223
Yxy81.21090.33560.3582
Hunter Lab90.1171-6.982217.4075
CIE-Lab92.2255-2.216414.4578

#f0e9cd color RGB value is (240,233,205).

#f0e9cd hex color red value is 240, green value is 233 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f0e9cd hue: 0.13 , saturation: 0.54 and the lightness value of f0e9cd is 0.87.

The process color (four color CMYK) of #f0e9cd color hex is 0.00, 0.03, 0.15, 0.06. Web safe color of #f0e9cd is #ffffcc. Color #f0e9cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101001 11001101
Octal 360 351 315
Decimal 240 233 205
Hex F0 E9 CD

RGB Percentages of Color #f0e9cd

%35.40
%34.37
%30.24

CMYK Percentages of Color #f0e9cd

%0
%3
%15
%6

Triadic Colors of #f0e9cd

#f0e9cd #cdf0e9 #e9cdf0

Analogous Colors of #f0e9cd

#f0e9cd #e6f0cd #f0d8cd

Monochromatic Colors of #f0e9cd

#f0e9cd

Complementary Color

#f0e9cd #cdd4f0

#f0e9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e9cd Color CSS Codes

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

#f0e9cd Text Font Color

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

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


#f0e9cd Background Color

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

This div background color is #f0e9cd


#f0e9cd Border Color

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

This div border color is #f0e9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e9cd


Comments

No comments written yet.

Please login to write comment.