Color Hex Logo

#fbdfa0 Color Hex

#FBDFA0
(251,223,160)
0 Favorites   0 Comments

Color spaces of #fbdfa0

RGB 251223160
HSL0.120.920.81
HSV42°36°98°
CMYK 0.000.110.36   0.02
XYZ72.516575.822644.0709
Yxy75.82260.37690.3941
Hunter Lab87.0762-3.729630.9455
CIE-Lab89.77690.945734.4311

#fbdfa0 color RGB value is (251,223,160).

#fbdfa0 hex color red value is 251, green value is 223 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fbdfa0 hue: 0.12 , saturation: 0.92 and the lightness value of fbdfa0 is 0.81.

The process color (four color CMYK) of #fbdfa0 color hex is 0.00, 0.11, 0.36, 0.02. Web safe color of #fbdfa0 is #ffcc99. Color #fbdfa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10100000
Octal 373 337 240
Decimal 251 223 160
Hex FB DF A0

RGB Percentages of Color #fbdfa0

%39.59
%35.17
%25.24

CMYK Percentages of Color #fbdfa0

%0
%11
%36
%2

Triadic Colors of #fbdfa0

#fbdfa0 #a0fbdf #dfa0fb

Analogous Colors of #fbdfa0

#fbdfa0 #eafba0 #fbb2a0

Monochromatic Colors of #fbdfa0

#fbdfa0

Complementary Color

#fbdfa0 #a0bcfb

#fbdfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfa0 Color CSS Codes

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

#fbdfa0 Text Font Color

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

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


#fbdfa0 Background Color

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

This div background color is #fbdfa0


#fbdfa0 Border Color

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

This div border color is #fbdfa0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,223,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbdfa0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfa0


Comments

No comments written yet.

Please login to write comment.