Color Hex Logo

#fbdfc7 Color Hex

#FBDFC7
(251,223,199)
0 Favorites   0 Comments

Color spaces of #fbdfc7

RGB 251223199
HSL0.080.870.88
HSV28°21°98°
CMYK 0.000.110.21   0.02
XYZ76.480177.408164.9432
Yxy77.40810.34950.3537
Hunter Lab87.98191.196617.8228
CIE-Lab90.50915.966515.2833

#fbdfc7 color RGB value is (251,223,199).

#fbdfc7 hex color red value is 251, green value is 223 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fbdfc7 hue: 0.08 , saturation: 0.87 and the lightness value of fbdfc7 is 0.88.

The process color (four color CMYK) of #fbdfc7 color hex is 0.00, 0.11, 0.21, 0.02. Web safe color of #fbdfc7 is #ffcccc. Color #fbdfc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11000111
Octal 373 337 307
Decimal 251 223 199
Hex FB DF C7

RGB Percentages of Color #fbdfc7

%37.30
%33.14
%29.57

CMYK Percentages of Color #fbdfc7

%0
%11
%21
%2

Triadic Colors of #fbdfc7

#fbdfc7 #c7fbdf #dfc7fb

Analogous Colors of #fbdfc7

#fbdfc7 #fbf9c7 #fbc7c9

Monochromatic Colors of #fbdfc7

#fbdfc7

Complementary Color

#fbdfc7 #c7e3fb

#fbdfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfc7 Color CSS Codes

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

#fbdfc7 Text Font Color

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

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


#fbdfc7 Background Color

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

This div background color is #fbdfc7


#fbdfc7 Border Color

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

This div border color is #fbdfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfc7

Related Colors

#fbdfc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.