Color Hex Logo

#fbd7a7 Color Hex

#FBD7A7
(251,215,167)
0 Favorites   0 Comments

Color spaces of #fbd7a7

RGB 251215167
HSL0.100.910.82
HSV34°33°98°
CMYK 0.000.140.33   0.02
XYZ71.059271.900146.6921
Yxy71.90010.37470.3791
Hunter Lab84.79391.197626.7075
CIE-Lab87.92055.866328.3536

#fbd7a7 color RGB value is (251,215,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 10100111
Octal 373 327 247
Decimal 251 215 167
Hex FB D7 A7

RGB Percentages of Color #fbd7a7

%39.65
%33.97
%26.38

CMYK Percentages of Color #fbd7a7

%0
%14
%33
%2

Triadic Colors of #fbd7a7

#fbd7a7 #a7fbd7 #d7a7fb

Analogous Colors of #fbd7a7

#fbd7a7 #f5fba7 #fbada7

Monochromatic Colors of #fbd7a7

#fbd7a7

Complementary Color

#fbd7a7 #a7cbfb

#fbd7a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd7a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd7a7 Color CSS Codes

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

#fbd7a7 Text Font Color

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

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


#fbd7a7 Background Color

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

This div background color is #fbd7a7


#fbd7a7 Border Color

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

This div border color is #fbd7a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd7a7

Related Colors


Comments

No comments written yet.

Please login to write comment.