Color Hex Logo

#f0cdaf Color Hex

#F0CDAF
(240,205,175)
1 Favorites   0 Comments

Color spaces of #f0cdaf

RGB 240205175
HSL0.080.680.81
HSV28°27°94°
CMYK 0.000.150.27   0.06
XYZ65.504465.283149.7059
Yxy65.28310.36290.3617
Hunter Lab80.79803.316820.0841
CIE-Lab84.62947.905119.5019

#f0cdaf color RGB value is (240,205,175).

#f0cdaf hex color red value is 240, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f0cdaf hue: 0.08 , saturation: 0.68 and the lightness value of f0cdaf is 0.81.

The process color (four color CMYK) of #f0cdaf color hex is 0.00, 0.15, 0.27, 0.06. Web safe color of #f0cdaf is #ffcc99. Color #f0cdaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001101 10101111
Octal 360 315 257
Decimal 240 205 175
Hex F0 CD AF

RGB Percentages of Color #f0cdaf

%38.71
%33.06
%28.23

CMYK Percentages of Color #f0cdaf

%0
%15
%27
%6

Triadic Colors of #f0cdaf

#f0cdaf #aff0cd #cdaff0

Analogous Colors of #f0cdaf

#f0cdaf #f0eeaf #f0afb2

Monochromatic Colors of #f0cdaf

#f0cdaf

Complementary Color

#f0cdaf #afd2f0

#f0cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cdaf Color CSS Codes

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

#f0cdaf Text Font Color

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

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


#f0cdaf Background Color

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

This div background color is #f0cdaf


#f0cdaf Border Color

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

This div border color is #f0cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cdaf

#f0cdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.