Color Hex Logo

#fbdda7 Color Hex

#FBDDA7
(251,221,167)
0 Favorites   0 Comments

Color spaces of #fbdda7

RGB 251221167
HSL0.110.910.82
HSV39°33°98°
CMYK 0.000.120.33   0.02
XYZ72.615275.012247.2108
Yxy75.01220.37270.3850
Hunter Lab86.6096-1.908828.3078
CIE-Lab89.39872.783130.3459

#fbdda7 color RGB value is (251,221,167).

#fbdda7 hex color red value is 251, green value is 221 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #fbdda7 hue: 0.11 , saturation: 0.91 and the lightness value of fbdda7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10100111
Octal 373 335 247
Decimal 251 221 167
Hex FB DD A7

RGB Percentages of Color #fbdda7

%39.28
%34.59
%26.13

CMYK Percentages of Color #fbdda7

%0
%12
%33
%2

Triadic Colors of #fbdda7

#fbdda7 #a7fbdd #dda7fb

Analogous Colors of #fbdda7

#fbdda7 #effba7 #fbb3a7

Monochromatic Colors of #fbdda7

#fbdda7

Complementary Color

#fbdda7 #a7c5fb

#fbdda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdda7 Color CSS Codes

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

#fbdda7 Text Font Color

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

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


#fbdda7 Background Color

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

This div background color is #fbdda7


#fbdda7 Border Color

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

This div border color is #fbdda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdda7

#fbdda7 Color Palettes


Comments

No comments written yet.

Please login to write comment.