Color Hex Logo

#f5efac Color Hex

#F5EFAC
(245,239,172)
0 Favorites   0 Comments

Color spaces of #f5efac

RGB 245239172
HSL0.150.780.82
HSV55°30°96°
CMYK 0.000.020.30   0.04
XYZ75.969184.124051.2633
Yxy84.12400.35940.3980
Hunter Lab91.7191-12.660631.0653
CIE-Lab93.5043-7.982033.2116

#f5efac color RGB value is (245,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101111 10101100
Octal 365 357 254
Decimal 245 239 172
Hex F5 EF AC

RGB Percentages of Color #f5efac

%37.35
%36.43
%26.22

CMYK Percentages of Color #f5efac

%0
%2
%30
%4

Triadic Colors of #f5efac

#f5efac #acf5ef #efacf5

Analogous Colors of #f5efac

#f5efac #d7f5ac #f5cbac

Monochromatic Colors of #f5efac

#f5efac

Complementary Color

#f5efac #acb2f5

#f5efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5efac Color CSS Codes

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

#f5efac Text Font Color

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

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


#f5efac Background Color

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

This div background color is #f5efac


#f5efac Border Color

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

This div border color is #f5efac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,239,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5efac


Comments

No comments written yet.

Please login to write comment.