Color Hex Logo

#f5ccac Color Hex

#F5CCAC
(245,204,172)
0 Favorites   0 Comments

Color spaces of #f5ccac

RGB 245204172
HSL0.070.780.82
HSV26°30°96°
CMYK 0.000.170.30   0.04
XYZ66.695465.576848.1721
Yxy65.57680.36960.3634
Hunter Lab80.97955.300021.4159
CIE-Lab84.78019.916221.3622

#f5ccac color RGB value is (245,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001100 10101100
Octal 365 314 254
Decimal 245 204 172
Hex F5 CC AC

RGB Percentages of Color #f5ccac

%39.45
%32.85
%27.70

CMYK Percentages of Color #f5ccac

%0
%17
%30
%4

Triadic Colors of #f5ccac

#f5ccac #acf5cc #ccacf5

Analogous Colors of #f5ccac

#f5ccac #f5f1ac #f5acb1

Monochromatic Colors of #f5ccac

#f5ccac

Complementary Color

#f5ccac #acd5f5

#f5ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ccac Color CSS Codes

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

#f5ccac Text Font Color

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

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


#f5ccac Background Color

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

This div background color is #f5ccac


#f5ccac Border Color

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

This div border color is #f5ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ccac


Comments

No comments written yet.

Please login to write comment.