Color Hex Logo

#fbdcaf Color Hex

#FBDCAF
(251,220,175)
0 Favorites   0 Comments

Color spaces of #fbdcaf

RGB 251220175
HSL0.100.900.84
HSV36°30°98°
CMYK 0.000.120.30   0.02
XYZ73.114774.790851.1399
Yxy74.79080.36730.3757
Hunter Lab86.4817-0.432625.4767
CIE-Lab89.29494.276226.0789

#fbdcaf color RGB value is (251,220,175).

#fbdcaf hex color red value is 251, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbdcaf hue: 0.10 , saturation: 0.90 and the lightness value of fbdcaf is 0.84.

The process color (four color CMYK) of #fbdcaf color hex is 0.00, 0.12, 0.30, 0.02. Web safe color of #fbdcaf is #ffcc99. Color #fbdcaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10101111
Octal 373 334 257
Decimal 251 220 175
Hex FB DC AF

RGB Percentages of Color #fbdcaf

%38.85
%34.06
%27.09

CMYK Percentages of Color #fbdcaf

%0
%12
%30
%2

Triadic Colors of #fbdcaf

#fbdcaf #affbdc #dcaffb

Analogous Colors of #fbdcaf

#fbdcaf #f4fbaf #fbb6af

Monochromatic Colors of #fbdcaf

#fbdcaf

Complementary Color

#fbdcaf #afcefb

#fbdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcaf Color CSS Codes

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

#fbdcaf Text Font Color

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

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


#fbdcaf Background Color

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

This div background color is #fbdcaf


#fbdcaf Border Color

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

This div border color is #fbdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcaf


Comments

No comments written yet.

Please login to write comment.