Color Hex Logo

#fbdfbe Color Hex

#FBDFBE
(251,223,190)
0 Favorites   0 Comments

Color spaces of #fbdfbe

RGB 251223190
HSL0.090.880.86
HSV32°24°98°
CMYK 0.000.110.24   0.02
XYZ75.465677.002359.6007
Yxy77.00230.35590.3631
Hunter Lab87.7510-0.054621.1557
CIE-Lab90.32274.704719.7110

#fbdfbe color RGB value is (251,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10111110
Octal 373 337 276
Decimal 251 223 190
Hex FB DF BE

RGB Percentages of Color #fbdfbe

%37.80
%33.58
%28.61

CMYK Percentages of Color #fbdfbe

%0
%11
%24
%2

Triadic Colors of #fbdfbe

#fbdfbe #befbdf #dfbefb

Analogous Colors of #fbdfbe

#fbdfbe #f9fbbe #fbc1be

Monochromatic Colors of #fbdfbe

#fbdfbe

Complementary Color

#fbdfbe #bedafb

#fbdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfbe Color CSS Codes

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

#fbdfbe Text Font Color

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

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


#fbdfbe Background Color

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

This div background color is #fbdfbe


#fbdfbe Border Color

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

This div border color is #fbdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfbe


Comments

No comments written yet.

Please login to write comment.