Color Hex Logo

#f5dcaf Color Hex

#F5DCAF
(245,220,175)
0 Favorites   0 Comments

Color spaces of #f5dcaf

RGB 245220175
HSL0.110.780.82
HSV39°29°96°
CMYK 0.000.100.29   0.04
XYZ70.987373.694051.0404
Yxy73.69400.36270.3765
Hunter Lab85.8452-2.623524.8400
CIE-Lab88.77772.018525.2880

#f5dcaf color RGB value is (245,220,175).

#f5dcaf hex color red value is 245, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f5dcaf hue: 0.11 , saturation: 0.78 and the lightness value of f5dcaf is 0.82.

The process color (four color CMYK) of #f5dcaf color hex is 0.00, 0.10, 0.29, 0.04. Web safe color of #f5dcaf is #ffcc99. Color #f5dcaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011100 10101111
Octal 365 334 257
Decimal 245 220 175
Hex F5 DC AF

RGB Percentages of Color #f5dcaf

%38.28
%34.38
%27.34

CMYK Percentages of Color #f5dcaf

%0
%10
%29
%4

Triadic Colors of #f5dcaf

#f5dcaf #aff5dc #dcaff5

Analogous Colors of #f5dcaf

#f5dcaf #ebf5af #f5b9af

Monochromatic Colors of #f5dcaf

#f5dcaf

Complementary Color

#f5dcaf #afc8f5

#f5dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dcaf Color CSS Codes

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

#f5dcaf Text Font Color

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

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


#f5dcaf Background Color

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

This div background color is #f5dcaf


#f5dcaf Border Color

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

This div border color is #f5dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dcaf


Comments

No comments written yet.

Please login to write comment.