Color Hex Logo

#f5ebac Color Hex

#F5EBAC
(245,235,172)
0 Favorites   0 Comments

Color spaces of #f5ebac

RGB 245235172
HSL0.140.780.82
HSV52°30°96°
CMYK 0.000.040.30   0.04
XYZ74.810981.807750.8772
Yxy81.80770.36050.3943
Hunter Lab90.4476-10.642629.9624
CIE-Lab92.4899-5.979731.8542

#f5ebac color RGB value is (245,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11101011 10101100
Octal 365 353 254
Decimal 245 235 172
Hex F5 EB AC

RGB Percentages of Color #f5ebac

%37.58
%36.04
%26.38

CMYK Percentages of Color #f5ebac

%0
%4
%30
%4

Triadic Colors of #f5ebac

#f5ebac #acf5eb #ebacf5

Analogous Colors of #f5ebac

#f5ebac #dbf5ac #f5c7ac

Monochromatic Colors of #f5ebac

#f5ebac

Complementary Color

#f5ebac #acb6f5

#f5ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ebac Color CSS Codes

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

#f5ebac Text Font Color

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

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


#f5ebac Background Color

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

This div background color is #f5ebac


#f5ebac Border Color

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

This div border color is #f5ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ebac


Comments

No comments written yet.

Please login to write comment.