Color Hex Logo

#f5efaf Color Hex

#F5EFAF
(245,239,175)
0 Favorites   0 Comments

Color spaces of #f5efaf

RGB 245239175
HSL0.150.780.82
HSV55°29°96°
CMYK 0.000.020.29   0.04
XYZ76.260684.240652.7981
Yxy84.24060.35750.3949
Hunter Lab91.7827-12.307230.1412
CIE-Lab93.5549-7.607231.7613

#f5efaf color RGB value is (245,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101111 10101111
Octal 365 357 257
Decimal 245 239 175
Hex F5 EF AF

RGB Percentages of Color #f5efaf

%37.18
%36.27
%26.56

CMYK Percentages of Color #f5efaf

%0
%2
%29
%4

Triadic Colors of #f5efaf

#f5efaf #aff5ef #efaff5

Analogous Colors of #f5efaf

#f5efaf #d8f5af #f5ccaf

Monochromatic Colors of #f5efaf

#f5efaf

Complementary Color

#f5efaf #afb5f5

#f5efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5efaf Color CSS Codes

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

#f5efaf Text Font Color

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

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


#f5efaf Background Color

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

This div background color is #f5efaf


#f5efaf Border Color

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

This div border color is #f5efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5efaf


Comments

No comments written yet.

Please login to write comment.