Color Hex Logo

#f8cbaf Color Hex

#F8CBAF
(248,203,175)
0 Favorites   0 Comments

Color spaces of #f8cbaf

RGB 248203175
HSL0.060.840.83
HSV23°29°97°
CMYK 0.000.180.29   0.03
XYZ67.805265.763549.6773
Yxy65.76350.37000.3589
Hunter Lab81.09477.332420.4462
CIE-Lab84.875611.955219.9559

#f8cbaf color RGB value is (248,203,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001011 10101111
Octal 370 313 257
Decimal 248 203 175
Hex F8 CB AF

RGB Percentages of Color #f8cbaf

%39.62
%32.43
%27.96

CMYK Percentages of Color #f8cbaf

%0
%18
%29
%3

Triadic Colors of #f8cbaf

#f8cbaf #aff8cb #cbaff8

Analogous Colors of #f8cbaf

#f8cbaf #f8f0af #f8afb8

Monochromatic Colors of #f8cbaf

#f8cbaf

Complementary Color

#f8cbaf #afdcf8

#f8cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cbaf Color CSS Codes

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

#f8cbaf Text Font Color

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

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


#f8cbaf Background Color

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

This div background color is #f8cbaf


#f8cbaf Border Color

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

This div border color is #f8cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cbaf


Comments

No comments written yet.

Please login to write comment.