Color Hex Logo

#f8ceaf Color Hex

#F8CEAF
(248,206,175)
0 Favorites   0 Comments

Color spaces of #f8ceaf

RGB 248206175
HSL0.070.840.83
HSV25°29°97°
CMYK 0.000.170.29   0.03
XYZ68.520667.194249.9158
Yxy67.19420.36910.3620
Hunter Lab81.97215.757421.2766
CIE-Lab85.601910.390520.9621

#f8ceaf color RGB value is (248,206,175).

#f8ceaf hex color red value is 248, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f8ceaf hue: 0.07 , saturation: 0.84 and the lightness value of f8ceaf is 0.83.

The process color (four color CMYK) of #f8ceaf color hex is 0.00, 0.17, 0.29, 0.03. Web safe color of #f8ceaf is #ffcc99. Color #f8ceaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001110 10101111
Octal 370 316 257
Decimal 248 206 175
Hex F8 CE AF

RGB Percentages of Color #f8ceaf

%39.43
%32.75
%27.82

CMYK Percentages of Color #f8ceaf

%0
%17
%29
%3

Triadic Colors of #f8ceaf

#f8ceaf #aff8ce #ceaff8

Analogous Colors of #f8ceaf

#f8ceaf #f8f3af #f8afb5

Monochromatic Colors of #f8ceaf

#f8ceaf

Complementary Color

#f8ceaf #afd9f8

#f8ceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8ceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8ceaf Color CSS Codes

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

#f8ceaf Text Font Color

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

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


#f8ceaf Background Color

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

This div background color is #f8ceaf


#f8ceaf Border Color

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

This div border color is #f8ceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8ceaf


Comments

No comments written yet.

Please login to write comment.