Color Hex Logo

#f5edaf Color Hex

#F5EDAF
(245,237,175)
0 Favorites   0 Comments

Color spaces of #f5edaf

RGB 245237175
HSL0.150.780.82
HSV53°29°96°
CMYK 0.000.030.29   0.04
XYZ75.678283.076052.6040
Yxy83.07600.35810.3931
Hunter Lab91.1460-11.297729.5836
CIE-Lab93.0477-6.606831.0796

#f5edaf color RGB value is (245,237,175).

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

The process color (four color CMYK) of #f5edaf color hex is 0.00, 0.03, 0.29, 0.04. Web safe color of #f5edaf is #ffff99. Color #f5edaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101101 10101111
Octal 365 355 257
Decimal 245 237 175
Hex F5 ED AF

RGB Percentages of Color #f5edaf

%37.29
%36.07
%26.64

CMYK Percentages of Color #f5edaf

%0
%3
%29
%4

Triadic Colors of #f5edaf

#f5edaf #aff5ed #edaff5

Analogous Colors of #f5edaf

#f5edaf #daf5af #f5caaf

Monochromatic Colors of #f5edaf

#f5edaf

Complementary Color

#f5edaf #afb7f5

#f5edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5edaf Color CSS Codes

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

#f5edaf Text Font Color

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

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


#f5edaf Background Color

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

This div background color is #f5edaf


#f5edaf Border Color

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

This div border color is #f5edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5edaf


Comments

No comments written yet.

Please login to write comment.